国际采购 销售代码生成
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
<a-button type="primary" style="margin-bottom: 10px" @click="add" v-if="!disabled">新增行</a-button>
|
||||
<a-table :columns="columns" :data-source="dataList" :pagination="false">
|
||||
<template #headerCell="{ column }">
|
||||
<template v-if="column.dataIndex == 'discTypeCode'">
|
||||
<span><span class="redStyle">*</span>返优惠类型</span>
|
||||
</template>
|
||||
<template v-if="column.dataIndex == 'dateFrom'">
|
||||
<span><span class="redStyle">*</span>开始日期</span>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user