NEZ-3451 fix: software asset列表删除 date issue列

This commit is contained in:
zyh
2024-04-21 11:55:52 +08:00
parent a12579902e
commit 5fbe102b12

View File

@@ -188,12 +188,14 @@ export default {
prop: 'asset', prop: 'asset',
minWidth: 200, minWidth: 200,
show: true show: true
}, { },
label: this.$t('licenseMange.dateIssue'), // {
prop: 'dateIssued', // label: this.$t('licenseMange.dateIssue'),
minWidth: 200, // prop: 'dateIssued',
show: true // minWidth: 200,
}, { // show: true
// },
{
label: this.$t('licenseMange.dateExpire'), label: this.$t('licenseMange.dateExpire'),
prop: 'dateExpires', prop: 'dateExpires',
minWidth: 200, minWidth: 200,