qiubh 1 week ago
parent
commit
fa2feacd50

+ 14
- 13
src/views/optionalSystem/accessChannelManagement/accessChannelQuery/index.vue View File

@@ -136,9 +136,21 @@
},
],
field: [
{
label: '渠道编号',
prop: 'agencyId',
form: {
disabled: false,
hideEdit: true,
formLabelWidth: formLabelWidth,
type: 'input',
listDate:"",
required: true,
},
},
{
prop: "agencyId",
label: "渠道编号",
label: "渠道名称",
funRuleStarts: true, //是否启用转换规则
funRule: (value) => {
//自定义转换规则
@@ -146,24 +158,13 @@
},
form: {
formLabelWidth: formLabelWidth,
width: '90%',
type: 'select',
required: true,
disabled: false,
listData: agencyIdList
}
},
// {
// label: '接入渠道编号',
// prop: 'agencyId',
// form: {
// disabled: false,
// formLabelWidth: formLabelWidth,
// width: '90%',
// type: 'select',
// listDate:"",
// required: true,
// },
// },
{
label: '发行回调接口地址',
prop: 'noticeUrl',

Loading…
Cancel
Save