fix 80171

This commit is contained in:
danshihao
2023-12-28 15:20:52 +08:00
parent fdebdd630b
commit 1a4cf65094
@@ -158,6 +158,7 @@ export default {
// 预警tab切换
warningTabChange (value) {
this.warningTab = value
this.dataSource = []
if (value === 'newCarType') {
this.columns[4].title = '新车型实施日期'
this.columns[4].dataIndex = 'newModelImplementationDate'