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