qiubh 2 주 전
부모
커밋
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',

Loading…
취소
저장