修改表格样式
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user