26681
This commit is contained in:
@@ -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' ? '未上报' : '已上报' },
|
||||
|
||||
Reference in New Issue
Block a user