| | |
| | | deleteUrl: 'flower/api/configCustomer/delete', |
| | | columns: [ |
| | | {label: '序号', type: 'index'}, |
| | | {label: '类型', prop: 'typeStr'}, |
| | | {label: '名称', prop: 'name'}, |
| | | {label: '描述', prop: 'description'}, |
| | | {label: '图标内容', prop: 'iconContent'}, |
| | |
| | | ) : null, |
| | | }, |
| | | {label: '微信号', prop: 'weixin'}, |
| | | {label: '联系方式', prop: 'contact'}, |
| | | ], |
| | | |
| | | searchForm: [ |
| | | { |
| | | type: 'row', |
| | | items: [{label: '等级名称:', id: 'name', type: 'input'}], |
| | | items: [{label: '名称:', id: 'name', type: 'input'}, |
| | | {label: '类型:', id: 'type', type: 'input'}], |
| | | }, |
| | | ], |
| | | form: [ |
| | |
| | | type: 'input', |
| | | rules: {required: true, message: '请输入客服关联微信号'}, |
| | | }, |
| | | { |
| | | label: '类型', id: 'type', |
| | | type: 'bus-select-dict', |
| | | el: { |
| | | code: 'CONFIG_CUSTOMER_CONTACT', |
| | | style: 'width:100%', |
| | | }, |
| | | }, |
| | | { |
| | | label: '联系方式:', |
| | | id: 'contact', |
| | | type: 'input', |
| | | rules: {required: false, message: '请输入联系方式'}, |
| | | }, |
| | | ], |
| | | }, |
| | | } |
| | |
| | | searchForm: [ |
| | | { |
| | | type: 'row', |
| | | items: [{label: '变量分组:', id: 'paramGroup', type: 'input'}, |
| | | items: [ |
| | | {label: '变量分组名:', id: 'paramGroupName', type: 'input'}], |
| | | }, |
| | | ], |
| | |
| | | { |
| | | label: '控件类型', |
| | | id: 'paramControlType', |
| | | type: 'input', |
| | | type: 'bus-select-dict', |
| | | el: { |
| | | code: 'PARAM_CONTROL_TYPE', |
| | | style: 'width:100%', |
| | | }, |
| | | rules: {required: true, message: '请输入控件类型'}, |
| | | }, |
| | | { |