|
|
@@ -45,7 +45,7 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({ |
|
|
|
operateWidth: "140", //操作栏宽度 |
|
|
|
operate: { |
|
|
|
edit: true, //是否编辑(默认true) |
|
|
|
info: false, //是否编辑(默认true) |
|
|
|
info: true, //是否编辑(默认true) |
|
|
|
delete: false, //是否删除(默认true) IsPermission(route, 'DEL_LIST') |
|
|
|
announcement: false, // 公告 |
|
|
|
remark: false, // 详情 |
|
|
@@ -86,6 +86,15 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({ |
|
|
|
}, { |
|
|
|
prop: "agencyId", |
|
|
|
label: "渠道编号", |
|
|
|
form: { |
|
|
|
formLabelWidth: formLabelWidth, |
|
|
|
type: 'input', |
|
|
|
required: true, |
|
|
|
disabled: false |
|
|
|
} |
|
|
|
}, { |
|
|
|
prop: "agencyId", |
|
|
|
label: "渠道名称", |
|
|
|
funRuleStarts: true, //是否启用转换规则 |
|
|
|
funRule: (value) => { |
|
|
|
//自定义转换规则 |
|
|
@@ -108,16 +117,6 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({ |
|
|
|
disabled: false |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
prop: "info", |
|
|
|
label: "说明", |
|
|
|
form: { |
|
|
|
formLabelWidth: formLabelWidth, |
|
|
|
type: 'input', |
|
|
|
required: true, |
|
|
|
disabled: false |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
prop: "payProductType", |
|
|
|
label: "产品类型", |
|
|
@@ -264,6 +263,16 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({ |
|
|
|
disabled: false |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
prop: "info", |
|
|
|
label: "说明", |
|
|
|
form: { |
|
|
|
formLabelWidth: formLabelWidth, |
|
|
|
type: 'input', |
|
|
|
required: true, |
|
|
|
disabled: false |
|
|
|
} |
|
|
|
}, |
|
|
|
] |
|
|
|
}); |
|
|
|
|