From cd073f5db771e7a121a12d7cbfad47dfeb41b15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Mon, 28 Aug 2023 10:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9OTAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otaAuthentication/components/detil.vue | 6 ++--- .../components/historyTable.vue | 23 ++++++++++--------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index b5af70c4d..ad24065c3 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -725,7 +725,7 @@ export default { { title: this.$t('statisticalNodes'), align: 'left', - width: 170, + width: 210, ellipsis: true, sorter:true, dataIndex: 'masterDomain' @@ -817,7 +817,7 @@ export default { { title: this.$t('projectVersion'), align: 'left', - width: 170, + width: 220, ellipsis: true, sorter:true, dataIndex: 'projectVersionName', @@ -850,7 +850,7 @@ export default { { title: this.$t('CertificationProgress'), align: 'left', - width: 170, + width: 190, ellipsis: true, sorter:true, dataIndex: 'attestationSchedule', diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue index c519416d3..7c43bb496 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue @@ -1,11 +1,11 @@