fix:去除 alertmessage state的排序

This commit is contained in:
zhangyu
2022-03-02 18:27:54 +08:00
parent c45397d407
commit c0921fd850

View File

@@ -222,13 +222,13 @@ export default {
prop: 'state',
show: true,
width: 100,
sortable: 'custom'
// sortable: 'custom'
}, {
label: this.$t('alert.startAt'),
prop: 'startAt',
show: false,
width: 150,
// sortable: 'custom'
sortable: 'custom'
}, {
label: this.$t('alert.lastAt'),
prop: 'lastAt',