From f2662df901fcaf348f391ba70263262a853cc12a Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 22 Aug 2023 11:36:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95-=E9=80=80?= =?UTF-8?q?=E5=9B=9E=E5=8E=9F=E5=9B=A0=E8=BE=83=E5=A4=9A=E6=97=B6=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otamanagement/otaAuthentication/components/detil.vue | 6 +++--- .../otaAuthentication/components/historyTable.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index b53c36d6c..bcabb5d84 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -402,14 +402,14 @@ export default { dataIndex: 'content', align: 'left', width: 320, - ellipsis: true, - scopedSlots: { customRender: 'content' } + // ellipsis: true, + scopedSlots: { customRender: 'detailText' } }, { title: this.$t('OperationTime'), dataIndex: 'createTime', align: 'left', - ellipsis: true, + // ellipsis: true, width: 180 } ], diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue index ecf385b74..54916b9f0 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue @@ -17,7 +17,7 @@ - {{text && text.length > 10?text.slice(0,9)+'...':text}} + {{text && text.length > 40?text.slice(0,39)+'...':text}}