src/option/system/dictbiz.js
@@ -1,6 +1,4 @@ export const optionParent = { height: 'auto', calcHeight: 32, tip: false, searchShow: true, searchMenuSpan: 10, @@ -11,6 +9,10 @@ menuWidth: 250, dialogWidth: 880, dialogClickModal: false, height: 'auto', calcHeight: 20, column: [ { label: '字典编号', @@ -86,11 +88,9 @@ hide: true, }, ], }; } export const optionChild = { height: 'auto', calcHeight: 95, tip: false, searchShow: true, searchMenuSpan: 10, @@ -208,4 +208,4 @@ hide: true, }, ], }; }