|
@@ -66,6 +66,7 @@ export default {
|
|
|
{ label: '折扣体系', key: 'discount', class: 'c-2' },
|
|
|
{ label: '佣金', key: 'brokerage', class: 'c-2', type: 'inputFont', appendFont: '元' },
|
|
|
{ label: '返佣', key: 'rebate', class: 'c-2', type: 'inputFont', appendFont: '元' },
|
|
|
+ { label: '所属门店', key: 'store_type', class: 'c-2', rules: 1, type: 'select', options: this.$dictData.store_type, rules: 1 },
|
|
|
{ label: '佣金凭证', key: 'brokerage_img', type: 'uploads', class: 'c-2'},
|
|
|
{ label: '备注', key: 'remark', type: 'textarea' },
|
|
|
]
|