修改表格样式

This commit is contained in:
GGJ
2024-12-06 09:07:16 +08:00
parent 2833e65f57
commit 0cd32fbb5f

View File

@@ -160,17 +160,17 @@ const columns = reactive([
{ {
prop: 'updataTime', prop: 'updataTime',
label: '上送时刻', label: '上送时刻',
width: 230, // width: 230,
}, },
{ {
prop: 'ErrorValue', prop: 'ErrorValue',
label: '守时误差', label: '守时误差',
width: 100, // width: 100,
}, },
{ {
prop: 'Result', prop: 'Result',
label: '检测结果', label: '检测结果',
width: 100, // width: 100,
render: (scope) => { render: (scope) => {
if (scope.row.Result === '不合格') { if (scope.row.Result === '不合格') {
return ( return (