xy 1 year ago
parent 235ef3d1fe
commit e0c919e41d

@ -1,6 +1,6 @@
module.exports = { module.exports = {
//无锡交通产业集团 //无锡交通产业集团
title: '资产管理平台', title: '无锡交通产业集团',
/** /**
* @type {boolean} true | false * @type {boolean} true | false

@ -22,7 +22,6 @@ $primaryColor: #5585bf;
subMenuActiveText: $subMenuActiveText; subMenuActiveText: $subMenuActiveText;
menuBg: $menuBg; menuBg: $menuBg;
menuHover: $menuHover; menuHover: $menuHover;
menuHover: $menuHover;
menuActiveBg: $menuActiveBg; menuActiveBg: $menuActiveBg;
submenuActiveBg: $submenuActiveBg; submenuActiveBg: $submenuActiveBg;
subMenuHover: $subMenuHover; subMenuHover: $subMenuHover;

@ -41,6 +41,8 @@ export async function resolveFormInfo(customFormId) {
: i.select_item[key], : i.select_item[key],
}; };
}); });
//有select,radio
i.edit_input = 'radio'
} }
if (i.edit_input === "file" || i.edit_input === "files") { if (i.edit_input === "file" || i.edit_input === "files") {
return; return;

@ -446,6 +446,8 @@ export default {
: i.select_item[key], : i.select_item[key],
}; };
}); });
//select,radio
i.edit_input = 'radio'
} }
} }
if (i.edit_input === 'file' || i.edit_input === 'files') { if (i.edit_input === 'file' || i.edit_input === 'files') {

Loading…
Cancel
Save