From b6b635d518cf73ee8e3893cc7d2adbb467de45ee Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 7 Sep 2023 10:02:28 +0800 Subject: [PATCH] =?UTF-8?q?ota=E7=AE=A1=E7=90=86=E8=A1=A8=E5=A4=B4?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=20=E5=8E=BB=E9=99=A4=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otamanagement/otaAuthentication/index.vue | 29 +++++++++++-------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/index.vue b/jero-web/src/views/otamanagement/otaAuthentication/index.vue index 54d7fb544..b9cd3711b 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/index.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/index.vue @@ -143,7 +143,7 @@ :row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" :columns="columns"> - {{ $t('See') }} + {{text}}
@@ -211,7 +211,9 @@ export default { align: 'left', dataIndex: 'plannedBpLaunchBatch', ellipsis: true, - width: 170 + sorter:true, + width: 150, + scopedSlots: { customRender: 'operation' } }, // { // title: this.$t('softwareplatform'), @@ -223,31 +225,34 @@ export default { { title: this.$t('market'), align: 'left', - width: 170, + width: 150, ellipsis: true, + sorter:true, dataIndex: 'market' }, { title: this.$t('vehicleType'), align: 'left', - width: 320, + width: 600, ellipsis: true, + sorter:true, dataIndex: 'appliedVehicleProject' }, { title: this.$t('softwarereleasetime'), align: 'left', - width: 170, + width: 120, ellipsis: true, + sorter:true, dataIndex: 'releaseDate' }, - { - title: this.$t('operation'), - align: 'left', - fixed: 'right', - width: 100, - scopedSlots: { customRender: 'operation' } - } + // { + // title: this.$t('operation'), + // align: 'left', + // fixed: 'right', + // width: 100, + // scopedSlots: { customRender: 'operation' } + // } ], userInfoQuery: {}, administrators: false