fix:去除 alertmessage state的排序
This commit is contained in:
@@ -222,13 +222,13 @@ export default {
|
|||||||
prop: 'state',
|
prop: 'state',
|
||||||
show: true,
|
show: true,
|
||||||
width: 100,
|
width: 100,
|
||||||
sortable: 'custom'
|
// sortable: 'custom'
|
||||||
}, {
|
}, {
|
||||||
label: this.$t('alert.startAt'),
|
label: this.$t('alert.startAt'),
|
||||||
prop: 'startAt',
|
prop: 'startAt',
|
||||||
show: false,
|
show: false,
|
||||||
width: 150,
|
width: 150,
|
||||||
// sortable: 'custom'
|
sortable: 'custom'
|
||||||
}, {
|
}, {
|
||||||
label: this.$t('alert.lastAt'),
|
label: this.$t('alert.lastAt'),
|
||||||
prop: 'lastAt',
|
prop: 'lastAt',
|
||||||
|
|||||||
Reference in New Issue
Block a user