mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 14:34:46 +00:00
Merge branch 'v4' of github.com:jumpserver/lina into v4
This commit is contained in:
@@ -79,14 +79,12 @@ export default {
|
||||
},
|
||||
type: {
|
||||
label: this.$t('Type'),
|
||||
width: '160px',
|
||||
formatter: row => {
|
||||
return row.type.label
|
||||
}
|
||||
},
|
||||
status: {
|
||||
align: 'center',
|
||||
width: '90px',
|
||||
sortable: 'custom',
|
||||
formatter: TagChoicesFormatter,
|
||||
formatterArgs: {
|
||||
@@ -105,7 +103,6 @@ export default {
|
||||
state: {
|
||||
label: this.$t('Action'),
|
||||
align: 'center',
|
||||
width: '90px',
|
||||
sortable: 'custom',
|
||||
formatter: TagChoicesFormatter,
|
||||
formatterArgs: {
|
||||
@@ -126,8 +123,7 @@ export default {
|
||||
date_created: {
|
||||
label: this.$t('Date'),
|
||||
sortable: 'custom',
|
||||
formatter: (row) => toSafeLocalDateStr(row.date_created),
|
||||
width: '160px'
|
||||
formatter: (row) => toSafeLocalDateStr(row.date_created)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user