@@ -308,7 +307,7 @@
style="width: 100%"
/>
单位:元
@@ -362,7 +361,7 @@
style="width: 100%"
/>
单位:月
@@ -438,6 +437,16 @@
placeholder: '请输入系列名称'
}
},
+ {
+ label: '是否启用',
+ prop: 'enable_one_time_commission',
+ type: 'select',
+ config: {
+ clearable: true,
+ placeholder: '是否启用一次性佣金'
+ },
+ options: ENABLE_STATUS_OPTIONS
+ },
{
label: '状态',
prop: 'status',
@@ -447,16 +456,6 @@
placeholder: '请选择状态'
},
options: STATUS_SELECT_OPTIONS
- },
- {
- label: '一次性佣金',
- prop: 'enable_one_time_commission',
- type: 'select',
- config: {
- clearable: true,
- placeholder: '请选择'
- },
- options: ENABLE_STATUS_OPTIONS
}
]