qiubh 3 viikkoa sitten
vanhempi
commit
4876f276da

+ 20
- 10
src/views/system/gateway/singInfo/data.js Näytä tiedosto

{ {
prop: "agencyId", prop: "agencyId",
label: "渠道编号", label: "渠道编号",
form: {
formLabelWidth: formLabelWidth,
type: 'input',
required: true,
disabled: false
}
},
{
prop: "agencyId",
label: "渠道名称",
funRuleStarts: true, //是否启用转换规则 funRuleStarts: true, //是否启用转换规则
funRule: (value) => { funRule: (value) => {
//自定义转换规则 //自定义转换规则
disabled: false disabled: false
} }
}, },
{
prop: "info",
label: "描述",
form: {
formLabelWidth: formLabelWidth,
type: 'input',
required: true,
disabled: false
}
},
{ {
prop: "mchId", prop: "mchId",
label: "微信商户号", label: "微信商户号",
disabled: false disabled: false
} }
}, },
{
prop: "info",
label: "描述",
form: {
formLabelWidth: formLabelWidth,
type: 'input',
required: true,
disabled: false
}
}
] ]
}); });



+ 20
- 11
src/views/system/gateway/weChatInfo/data.js Näytä tiedosto

operateWidth: "140", //操作栏宽度 operateWidth: "140", //操作栏宽度
operate: { operate: {
edit: true, //是否编辑(默认true) edit: true, //是否编辑(默认true)
info: false, //是否编辑(默认true)
info: true, //是否编辑(默认true)
delete: false, //是否删除(默认true) IsPermission(route, 'DEL_LIST') delete: false, //是否删除(默认true) IsPermission(route, 'DEL_LIST')
announcement: false, // 公告 announcement: false, // 公告
remark: false, // 详情 remark: false, // 详情
}, { }, {
prop: "agencyId", prop: "agencyId",
label: "渠道编号", label: "渠道编号",
form: {
formLabelWidth: formLabelWidth,
type: 'input',
required: true,
disabled: false
}
}, {
prop: "agencyId",
label: "渠道名称",
funRuleStarts: true, //是否启用转换规则 funRuleStarts: true, //是否启用转换规则
funRule: (value) => { funRule: (value) => {
//自定义转换规则 //自定义转换规则
disabled: false disabled: false
} }
}, },
{
prop: "info",
label: "说明",
form: {
formLabelWidth: formLabelWidth,
type: 'input',
required: true,
disabled: false
}
},
{ {
prop: "payProductType", prop: "payProductType",
label: "产品类型", label: "产品类型",
disabled: false disabled: false
} }
}, },
{
prop: "info",
label: "说明",
form: {
formLabelWidth: formLabelWidth,
type: 'input',
required: true,
disabled: false
}
},
] ]
}); });



Loading…
Peruuta
Tallenna