From 35ebd22fd6ffabc4863fd1196655b4567b7e2c06 Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 31 Jul 2024 16:14:54 +0800 Subject: [PATCH] =?UTF-8?q?[fix=2087546]=20=E6=A0=87=E7=AD=BE=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E6=93=8D=E4=BD=9C=E5=88=97=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=B1=85=E4=B8=AD=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/tags/pages/ClauseSplittingList.vue | 2 +- src/views/system/tags/pages/StandardList.vue | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/system/tags/pages/ClauseSplittingList.vue b/src/views/system/tags/pages/ClauseSplittingList.vue index a20495d..864f97d 100644 --- a/src/views/system/tags/pages/ClauseSplittingList.vue +++ b/src/views/system/tags/pages/ClauseSplittingList.vue @@ -123,7 +123,7 @@ export default { title: this.$t('operation'), scopedSlots: { customRender: 'action' }, align: 'center', - fixed: 'right', + // fixed: 'right', width: 170 } ], diff --git a/src/views/system/tags/pages/StandardList.vue b/src/views/system/tags/pages/StandardList.vue index 05e5da9..64fcdfd 100644 --- a/src/views/system/tags/pages/StandardList.vue +++ b/src/views/system/tags/pages/StandardList.vue @@ -121,37 +121,37 @@ export default { columns: [ { title: this.$t('system.tag.attributeName'), - width: 170, + width: 100, dataIndex: 'dbFieldTxt', scopedSlots: { customRender: 'text' } }, { title: this.$t('system.tag.attributeNameEnglish'), - width: 170, + width: 100, dataIndex: 'dbFieldEnName', scopedSlots: { customRender: 'text' } }, { title: this.$t('system.tag.attributeType'), - width: 170, + width: 100, dataIndex: 'fieldShowType_dictText', scopedSlots: { customRender: 'text' } }, { title: this.$t('system.tag.fieldLength'), - width: 170, + width: 100, dataIndex: 'dbLength', scopedSlots: { customRender: 'text' } }, { title: this.$t('system.tag.displayOrder'), - width: 170, + width: 100, dataIndex: 'orderNum', scopedSlots: { customRender: 'text' } }, { title: this.$t('system.tag.showArea'), - width: 170, + width: 100, dataIndex: 'showArea_dictText', scopedSlots: { customRender: 'text' } }, @@ -159,7 +159,7 @@ export default { title: this.$t('operation'), scopedSlots: { customRender: 'action' }, align: 'center', - fixed: 'right', + // fixed: 'right', width: 150 } ],