修改表格样式
This commit is contained in:
@@ -160,17 +160,17 @@ const columns = reactive([
|
||||
{
|
||||
prop: 'updataTime',
|
||||
label: '上送时刻',
|
||||
width: 230,
|
||||
// width: 230,
|
||||
},
|
||||
{
|
||||
prop: 'ErrorValue',
|
||||
label: '守时误差',
|
||||
width: 100,
|
||||
// width: 100,
|
||||
},
|
||||
{
|
||||
prop: 'Result',
|
||||
label: '检测结果',
|
||||
width: 100,
|
||||
// width: 100,
|
||||
render: (scope) => {
|
||||
if (scope.row.Result === '不合格') {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user