diff --git a/src/const/system/dict.js b/src/const/system/dict.js index d66ca40..50baeb6 100644 --- a/src/const/system/dict.js +++ b/src/const/system/dict.js @@ -1,7 +1,7 @@ export const optionParent = { height: 'auto', tip: false, - searchShow: false, + searchShow: false, tree: true, border: true, index: true, @@ -9,7 +9,6 @@ export const optionParent = { viewBtn: true, menuWidth: 150, dialogWidth: 880, - dialogHeight: 320, column: [ { label: "字典编号", @@ -89,7 +88,7 @@ export const optionParent = { export const optionChild = { height: 'auto', tip: false, - searchShow: false, + searchShow: false, tree: true, border: true, index: true, @@ -97,7 +96,6 @@ export const optionChild = { viewBtn: true, menuWidth: 150, dialogWidth: 880, - dialogHeight: 320, column: [ { label: "字典编号", diff --git a/src/const/system/dictbiz.js b/src/const/system/dictbiz.js index d66ca40..4811d18 100644 --- a/src/const/system/dictbiz.js +++ b/src/const/system/dictbiz.js @@ -9,7 +9,6 @@ export const optionParent = { viewBtn: true, menuWidth: 150, dialogWidth: 880, - dialogHeight: 320, column: [ { label: "字典编号", @@ -97,7 +96,6 @@ export const optionChild = { viewBtn: true, menuWidth: 150, dialogWidth: 880, - dialogHeight: 320, column: [ { label: "字典编号", diff --git a/src/views/authority/apiscope.vue b/src/views/authority/apiscope.vue index b8972c0..789fdde 100644 --- a/src/views/authority/apiscope.vue +++ b/src/views/authority/apiscope.vue @@ -304,7 +304,6 @@ selection: true, menuWidth: 200, dialogWidth: 900, - dialogHeight: 230, column: [ { label: "权限名称", diff --git a/src/views/authority/datascope.vue b/src/views/authority/datascope.vue index d52b836..251a573 100644 --- a/src/views/authority/datascope.vue +++ b/src/views/authority/datascope.vue @@ -307,7 +307,6 @@ selection: true, menuWidth: 200, dialogWidth: 900, - dialogHeight: 510, column: [ { label: "权限名称", diff --git a/src/views/authority/role.vue b/src/views/authority/role.vue index 6c62ec3..ccd74d5 100644 --- a/src/views/authority/role.vue +++ b/src/views/authority/role.vue @@ -113,7 +113,6 @@ selection: true, viewBtn: true, dialogWidth: 900, - dialogHeight: 400, column: [ { label: "角色名称", diff --git a/src/views/desk/notice.vue b/src/views/desk/notice.vue index 85f9b0c..f08e444 100644 --- a/src/views/desk/notice.vue +++ b/src/views/desk/notice.vue @@ -58,7 +58,6 @@ option: { height: 'auto', dialogWidth: 900, - dialogHeight: 530, tip: false, searchShow: false, border: true, diff --git a/src/views/flow/follow.vue b/src/views/flow/follow.vue index a13a1c4..6e0b3d1 100644 --- a/src/views/flow/follow.vue +++ b/src/views/flow/follow.vue @@ -73,7 +73,6 @@ addBtn: false, viewBtn: false, dialogWidth: 900, - dialogHeight: 400, menuWidth: 100, column: [ { diff --git a/src/views/flow/manager.vue b/src/views/flow/manager.vue index 3d42523..fcb8aed 100644 --- a/src/views/flow/manager.vue +++ b/src/views/flow/manager.vue @@ -150,7 +150,6 @@ viewBtn: false, delBtn: false, dialogWidth: 900, - dialogHeight: 400, menuWidth: 150, column: [ { diff --git a/src/views/flow/model.vue b/src/views/flow/model.vue index 43ce07f..0bad560 100644 --- a/src/views/flow/model.vue +++ b/src/views/flow/model.vue @@ -153,7 +153,6 @@ viewBtn: false, delBtn: false, dialogWidth: 900, - dialogHeight: 400, menuWidth: 150, column: [ { diff --git a/src/views/system/tenant.vue b/src/views/system/tenant.vue index 2b647f0..d9fb9fa 100644 --- a/src/views/system/tenant.vue +++ b/src/views/system/tenant.vue @@ -56,7 +56,6 @@ selection: true, viewBtn: true, dialogWidth: 900, - dialogHeight: 400, column: [ { label: "租户ID", diff --git a/src/views/system/topmenu.vue b/src/views/system/topmenu.vue index 2e7aedf..9ec0864 100644 --- a/src/views/system/topmenu.vue +++ b/src/views/system/topmenu.vue @@ -97,7 +97,6 @@ viewBtn: true, selection: true, dialogWidth: 900, - dialogHeight: 200, column: [ { label: "菜单名", diff --git a/src/views/system/user.vue b/src/views/system/user.vue index 8b291cb..afce9ba 100644 --- a/src/views/system/user.vue +++ b/src/views/system/user.vue @@ -123,7 +123,6 @@ index: true, selection: true, viewBtn: true, - dialogHeight: 450, dialogType: 'drawer', column: [ { diff --git a/src/views/tool/code.vue b/src/views/tool/code.vue index de1683c..df249b0 100644 --- a/src/views/tool/code.vue +++ b/src/views/tool/code.vue @@ -66,7 +66,6 @@ option: { height: 'auto', dialogWidth: 900, - dialogHeight: 500, tip: false, searchShow: false, border: true, diff --git a/src/views/tool/datasource.vue b/src/views/tool/datasource.vue index be24730..2748cae 100644 --- a/src/views/tool/datasource.vue +++ b/src/views/tool/datasource.vue @@ -50,7 +50,6 @@ option: { height: 'auto', dialogWidth: 900, - dialogHeight: 330, tip: false, searchShow: false, border: true, diff --git a/src/views/util/demo/dict-classic.vue b/src/views/util/demo/dict-classic.vue index 25eba03..bc8778c 100644 --- a/src/views/util/demo/dict-classic.vue +++ b/src/views/util/demo/dict-classic.vue @@ -80,7 +80,6 @@ viewBtn: true, menuWidth: 300, dialogWidth: 880, - dialogHeight: 320, column: [ { label: "字典编号", diff --git a/src/views/util/demo/dict-horizontal.vue b/src/views/util/demo/dict-horizontal.vue index 81424c0..171e961 100644 --- a/src/views/util/demo/dict-horizontal.vue +++ b/src/views/util/demo/dict-horizontal.vue @@ -126,7 +126,6 @@ viewBtn: true, menuWidth: 300, dialogWidth: 880, - dialogHeight: 320, column: [ { label: "字典编号", diff --git a/src/views/util/demo/dict-vertical.vue b/src/views/util/demo/dict-vertical.vue index eb833b3..71c45cc 100644 --- a/src/views/util/demo/dict-vertical.vue +++ b/src/views/util/demo/dict-vertical.vue @@ -131,7 +131,6 @@ height: 300, menuWidth: 300, dialogWidth: 880, - dialogHeight: 320, column: [ { label: "字典编号", diff --git a/src/views/work/claim.vue b/src/views/work/claim.vue index b66f218..589c6b5 100644 --- a/src/views/work/claim.vue +++ b/src/views/work/claim.vue @@ -99,7 +99,6 @@ viewBtn: false, delBtn: false, dialogWidth: 900, - dialogHeight: 400, menuWidth: 150, column: [ { diff --git a/src/views/work/done.vue b/src/views/work/done.vue index 3c6b2cf..5f94403 100644 --- a/src/views/work/done.vue +++ b/src/views/work/done.vue @@ -92,7 +92,6 @@ viewBtn: false, delBtn: false, dialogWidth: 900, - dialogHeight: 400, menuWidth: 150, column: [ { diff --git a/src/views/work/send.vue b/src/views/work/send.vue index ebdd271..2f2233f 100644 --- a/src/views/work/send.vue +++ b/src/views/work/send.vue @@ -96,7 +96,6 @@ viewBtn: false, delBtn: false, dialogWidth: 900, - dialogHeight: 400, menuWidth: 150, column: [ { diff --git a/src/views/work/start.vue b/src/views/work/start.vue index 9658918..b394a72 100644 --- a/src/views/work/start.vue +++ b/src/views/work/start.vue @@ -101,7 +101,6 @@ delBtn: false, menuWidth: 150, dialogWidth: 900, - dialogHeight: 400, column: [ { label: "流程分类", diff --git a/src/views/work/todo.vue b/src/views/work/todo.vue index eb40c96..2a42a21 100644 --- a/src/views/work/todo.vue +++ b/src/views/work/todo.vue @@ -99,7 +99,6 @@ viewBtn: false, delBtn: false, dialogWidth: 900, - dialogHeight: 400, menuWidth: 150, column: [ {