qiubh 1周前
父节点
当前提交
fa2feacd50
共有 1 个文件被更改,包括 14 次插入13 次删除
  1. 14
    13
      src/views/optionalSystem/accessChannelManagement/accessChannelQuery/index.vue

+ 14
- 13
src/views/optionalSystem/accessChannelManagement/accessChannelQuery/index.vue 查看文件

@@ -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',

正在加载...
取消
保存