This commit is contained in:
yanran200730
2022-01-12 17:28:10 +08:00
parent ff312a5b1d
commit dde67c0626

View File

@@ -133,7 +133,7 @@
style: {
color: row.status === '0' ? 'red' : '#333'
}
}, row.status === '0' ? '异常' : '正常')
}, row.today === '0' ? '-' : (row.status === '0' ? '异常' : '正常'))
}
},
{ prop: 'today', align: 'center', label: '今日上报', formart: v => v === '0' ? '未上报' : '已上报' },