NEZ-771 fix: 修复option错位问题

This commit is contained in:
chenjinsong
2021-07-02 11:45:22 +08:00
parent 5d7d258f6f
commit 08fa556310

View File

@@ -257,11 +257,13 @@ export default {
}, {
label: this.$t('alert.summary'),
prop: 'summary',
show: true
show: true,
width: 200
}, {
label: this.$t('overall.remark'),
prop: 'description',
show: true
show: true,
width: 200
}, {
label: this.$t('alert.list.state'),
prop: 'state',
@@ -270,11 +272,13 @@ export default {
}, {
label: this.$t('alert.startAt'),
prop: 'startAt',
show: true
show: true,
width: 160
}, {
label: this.$t('alert.endAt'),
prop: 'endAt',
show: true
show: true,
width: 160
}
],
tablelable: [],