src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx
@@ -13,7 +13,7 @@ if (roleList) { try { roleList = JSON.parse(roleList) } catch { } catch (e) { roleList = [] } } else { @@ -31,7 +31,7 @@ if (menulist) { try { menulist = JSON.parse(menulist) } catch { } catch (e) { menulist = [] } } else { @@ -264,12 +264,11 @@ key: 'postfix', label: Formdict['header.form.postfix'], initVal: card.postfix || '', tooltipClass: 'middle', required: false, readonly: false }, { type: 'radio', type: 'select', key: 'lenWidRadio', label: '长宽比', initVal: card.lenWidRadio || '1:1',