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',
minWidth: 200,
show: true
}, {
label: this.$t('licenseMange.dateIssue'),
prop: 'dateIssued',
minWidth: 200,
show: true
}, {
},
// {
// label: this.$t('licenseMange.dateIssue'),
// prop: 'dateIssued',
// minWidth: 200,
// show: true
// },
{
label: this.$t('licenseMange.dateExpire'),
prop: 'dateExpires',
minWidth: 200,