瀏覽代碼

调整

master
zouhantao 1 月之前
父節點
當前提交
c79820151e
共有 1 個檔案被更改,包括 2 行新增10 行删除
  1. 2
    10
      src/views/optionalSystem/accessChannelManagement/accessChannelQuery/index.vue

+ 2
- 10
src/views/optionalSystem/accessChannelManagement/accessChannelQuery/index.vue 查看文件

@@ -246,13 +246,9 @@
label: '渠道签约地址',
prop: 'channelSignUrl',
form: {
listData: [
{ value: true, label: '是' },
{ value: false, label: '否' },
],
formLabelWidth: formLabelWidth,
width: '90%',
type: 'select',
type: 'input',
integerlength: 10,
required: true,
},
@@ -261,13 +257,9 @@
label: '渠道签约小程序id',
prop: 'channelSignAppId',
form: {
listData: [
{ value: true, label: '是' },
{ value: false, label: '否' },
],
formLabelWidth: formLabelWidth,
width: '90%',
type: 'select',
type: 'input',
integerlength: 10,
required: true,
},

Loading…
取消
儲存