@@ -54,7 +54,7 @@
field: 'majorAddNum',
component: 'InputNumber',
label: '专业会员(年)剩余可售 0 个 新增',
- suffix:'个',
+ suffix:'年',
defaultValue: 0,
componentProps: {
max: 999,
@@ -69,7 +69,7 @@
label: '高级会员(月)剩余可售 0 个 新增',
ifShow:false,
+ suffix:'月',
min:0,
@@ -62,13 +62,13 @@ export default defineComponent({
width: 250,
},
{
- title: '专业会员(年)销售数量',
+ title: '专业会员(年)销售年数',
dataIndex: 'majorNum',
ellipsis: true,
width: 80,
- title: '高级会员(月)销售数量',
+ title: '高级会员(月)销售月数',
dataIndex: 'highNum',
width: 120,