|
@@ -53,7 +53,7 @@
|
|
|
},{
|
|
|
field: 'majorAddNum',
|
|
|
component: 'InputNumber',
|
|
|
- label: '专业会员(年)剩余可售 0 年 新增',
|
|
|
+ label: '专业会员(年)剩余可售 0 年,本次新增 (年数)',
|
|
|
// suffix:'年',
|
|
|
defaultValue: 0,
|
|
|
componentProps: {
|
|
@@ -61,12 +61,12 @@
|
|
|
min:0,
|
|
|
},
|
|
|
colProps: {
|
|
|
- span: 22,
|
|
|
+ span: 16,
|
|
|
},
|
|
|
},{
|
|
|
field: 'highAddNum',
|
|
|
component: 'InputNumber',
|
|
|
- label: '高级会员(月)剩余可售 0 月 新增',
|
|
|
+ label: '高级会员(月)剩余可售 0 月,本次新增 (年数)',
|
|
|
defaultValue: 0,
|
|
|
ifShow:false,
|
|
|
// suffix:'月',
|
|
@@ -75,12 +75,12 @@
|
|
|
min:0,
|
|
|
},
|
|
|
colProps: {
|
|
|
- span: 22,
|
|
|
+ span: 16,
|
|
|
},
|
|
|
},{
|
|
|
field: 'downAddNum',
|
|
|
component: 'InputNumber',
|
|
|
- label: '场景下载剩余可售 0 次 新增',
|
|
|
+ label: '场景下载剩余可售 0 次 本次新增 (次数)',
|
|
|
// suffix:'次',
|
|
|
defaultValue: 0,
|
|
|
componentProps: {
|
|
@@ -88,12 +88,12 @@
|
|
|
min:0,
|
|
|
},
|
|
|
colProps: {
|
|
|
- span: 22,
|
|
|
+ span: 16,
|
|
|
},
|
|
|
}
|
|
|
];
|
|
|
const [registerForm, { validate, resetFields, setFieldsValue, updateSchema }] = useForm({
|
|
|
- labelWidth: 320,
|
|
|
+ labelWidth: 400,
|
|
|
schemas,
|
|
|
showActionButtonGroup: false,
|
|
|
actionColOptions: {
|