qiubh vor 3 Wochen
Ursprung
Commit
4876f276da
2 geänderte Dateien mit 40 neuen und 21 gelöschten Zeilen
  1. 20
    10
      src/views/system/gateway/singInfo/data.js
  2. 20
    11
      src/views/system/gateway/weChatInfo/data.js

+ 20
- 10
src/views/system/gateway/singInfo/data.js Datei anzeigen

@@ -60,6 +60,16 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({
{
prop: "agencyId",
label: "渠道编号",
form: {
formLabelWidth: formLabelWidth,
type: 'input',
required: true,
disabled: false
}
},
{
prop: "agencyId",
label: "渠道名称",
funRuleStarts: true, //是否启用转换规则
funRule: (value) => {
//自定义转换规则
@@ -82,16 +92,6 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({
disabled: false
}
},
{
prop: "info",
label: "描述",
form: {
formLabelWidth: formLabelWidth,
type: 'input',
required: true,
disabled: false
}
},
{
prop: "mchId",
label: "微信商户号",
@@ -209,6 +209,16 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({
disabled: false
}
},
{
prop: "info",
label: "描述",
form: {
formLabelWidth: formLabelWidth,
type: 'input',
required: true,
disabled: false
}
}
]
});


+ 20
- 11
src/views/system/gateway/weChatInfo/data.js Datei anzeigen

@@ -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
}
},
]
});


Laden…
Abbrechen
Speichern