From 5b55eddbc457deebc1d5723d8115bd9156bb452e Mon Sep 17 00:00:00 2001 From: zer0Black Date: Sat, 29 Jul 2023 11:09:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=96=B0=E5=A2=9E=E3=80=81?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=B7=BB=E5=8A=A0=E9=95=BF=E5=BA=A6=E9=99=90?= =?UTF-8?q?=E5=88=B6=EF=BC=8C=E6=9C=80=E5=A4=A750=E4=B8=AA=E5=AD=97?= =?UTF-8?q?=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/system/DictList.vue | 3 ++- jero-web/src/views/system/modules/DictItemModal.vue | 2 +- jero-web/src/views/system/modules/DictModal.vue | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/system/DictList.vue b/jero-web/src/views/system/DictList.vue index 25104125..5e7e6801 100644 --- a/jero-web/src/views/system/DictList.vue +++ b/jero-web/src/views/system/DictList.vue @@ -94,7 +94,7 @@ export default { title: '#', dataIndex: '', key: 'rowIndex', - width: 120, + width: 50, align: 'center', customRender: function (t, r, index) { return parseInt(index) + 1 @@ -119,6 +119,7 @@ export default { title: '操作', dataIndex: 'action', align: 'center', + width: 220, scopedSlots: { customRender: 'action' } } ], diff --git a/jero-web/src/views/system/modules/DictItemModal.vue b/jero-web/src/views/system/modules/DictItemModal.vue index 7c2af8dd..0b70e854 100644 --- a/jero-web/src/views/system/modules/DictItemModal.vue +++ b/jero-web/src/views/system/modules/DictItemModal.vue @@ -24,7 +24,7 @@ :wrapperCol="wrapperCol" prop="itemValue" label="数据值"> - + - + - +