NEZ-3451 fix: software asset列表删除 date issue列
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user