|
@@ -51,6 +51,7 @@
|
|
field: 'majorAddNum',
|
|
field: 'majorAddNum',
|
|
component: 'InputNumber',
|
|
component: 'InputNumber',
|
|
label: '专业会员(年)剩余可售 0 个 新增',
|
|
label: '专业会员(年)剩余可售 0 个 新增',
|
|
|
|
+ suffix:'个',
|
|
defaultValue: 0,
|
|
defaultValue: 0,
|
|
componentProps: {
|
|
componentProps: {
|
|
max: 999,
|
|
max: 999,
|
|
@@ -65,6 +66,7 @@
|
|
label: '高级会员(年)剩余可售 0 个 新增',
|
|
label: '高级会员(年)剩余可售 0 个 新增',
|
|
defaultValue: 0,
|
|
defaultValue: 0,
|
|
ifShow:false,
|
|
ifShow:false,
|
|
|
|
+ suffix:'个',
|
|
componentProps: {
|
|
componentProps: {
|
|
max: 999,
|
|
max: 999,
|
|
min:0,
|
|
min:0,
|
|
@@ -76,6 +78,7 @@
|
|
field: 'downAddNum',
|
|
field: 'downAddNum',
|
|
component: 'InputNumber',
|
|
component: 'InputNumber',
|
|
label: '场景下载剩余可售 0 次 新增',
|
|
label: '场景下载剩余可售 0 次 新增',
|
|
|
|
+ suffix:'次',
|
|
defaultValue: 0,
|
|
defaultValue: 0,
|
|
componentProps: {
|
|
componentProps: {
|
|
max: 999,
|
|
max: 999,
|