From cd37512bf3aa4035f6bea1073dd57da6122b641d Mon Sep 17 00:00:00 2001 From: xuechunyuan <17853500702@163.com> Date: Thu, 9 Mar 2023 14:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E6=9E=84=E7=AE=A1=E7=90=86=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E6=96=B0=E5=A2=9E=E5=AD=90=E9=A1=B9=EF=BC=8C=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=AE=A1=E7=90=86=E5=8E=BB=E6=8E=89=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E6=9C=BA=E6=9E=84=E6=A0=91=EF=BC=8C=E6=94=B9=E4=B8=BA=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E5=88=97=E8=A1=A8=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E7=BB=9F=E8=AE=A1table=E5=B1=85=E5=B7=A6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/system/dict.js | 12 ++++++------ src/option/system/dictbiz.js | 12 ++++++------ src/views/system/dept.vue | 6 +++--- src/views/system/user.vue | 36 +++++++++++++++++++++++++++--------- vue.config.js | 4 ++-- 5 files changed, 44 insertions(+), 26 deletions(-) diff --git a/src/option/system/dict.js b/src/option/system/dict.js index f90d3c3..4d8496a 100644 --- a/src/option/system/dict.js +++ b/src/option/system/dict.js @@ -30,7 +30,7 @@ export const optionParent = { label: "字典名称", prop: "dictValue", search: true, - align: "center", + // align: "center", rules: [ { required: true, @@ -43,7 +43,7 @@ export const optionParent = { label: "字典排序", prop: "sort", type: "number", - align: "right", + // align: "right", width: 100, rules: [ { @@ -57,7 +57,7 @@ export const optionParent = { label: "封存", prop: "isSealed", type: "switch", - align: "center", + // align: "center", width: 100, dicData: [ { @@ -121,7 +121,7 @@ export const optionChild = { label: "字典名称", prop: "dictValue", search: true, - align: "center", + // align: "center", rules: [ { required: true, @@ -165,7 +165,7 @@ export const optionChild = { label: "字典排序", prop: "sort", type: "number", - align: "right", + // align: "right", hide: true, rules: [ { @@ -179,7 +179,7 @@ export const optionChild = { label: "封存", prop: "isSealed", type: "switch", - align: "center", + // align: "center", width: 80, dicData: [ { diff --git a/src/option/system/dictbiz.js b/src/option/system/dictbiz.js index 6d77367..1c604a7 100644 --- a/src/option/system/dictbiz.js +++ b/src/option/system/dictbiz.js @@ -30,7 +30,7 @@ export const optionParent = { label: "字典名称", prop: "dictValue", search: true, - align: "center", + // align: "center", rules: [ { required: true, @@ -43,7 +43,7 @@ export const optionParent = { label: "字典排序", prop: "sort", type: "number", - align: "right", + // align: "right", width: 100, hide: true, rules: [ @@ -58,7 +58,7 @@ export const optionParent = { label: "封存", prop: "isSealed", type: "switch", - align: "center", + // align: "center", width: 100, dicData: [ { @@ -123,7 +123,7 @@ export const optionChild = { label: "字典Value", prop: "dictValue", search: true, - align: "center", + // align: "center", rules: [ { required: true, @@ -168,7 +168,7 @@ export const optionChild = { label: "字典排序", prop: "sort", type: "number", - align: "right", + // align: "right", hide: true, rules: [ { @@ -182,7 +182,7 @@ export const optionChild = { label: "封存", prop: "isSealed", type: "switch", - align: "center", + // align: "center", width: 80, dicData: [ { diff --git a/src/views/system/dept.vue b/src/views/system/dept.vue index ca6ad6d..3c8f799 100644 --- a/src/views/system/dept.vue +++ b/src/views/system/dept.vue @@ -10,11 +10,11 @@ @click="handleDelete">删 除 -