Commit d29c408c by lichengming

修改了数据复核审核

parent 21b0247f
...@@ -61,11 +61,7 @@ export default { ...@@ -61,11 +61,7 @@ export default {
], ],
getPage: {}, getPage: {},
id: '', id: '',
pageColumns: [ pageColumns: [{ title: '检测项目', key: 'name', width: 120 }]
{ title: '检测项目', key: 'name', width: 120 },
{ title: '检测方法', key: 'testMethod', width: 140 },
{ title: '检测依据名称', key: 'testBasisName', width: 200 }
]
} }
}, },
computed: { computed: {
......
...@@ -61,11 +61,7 @@ export default { ...@@ -61,11 +61,7 @@ export default {
], ],
getPage: {}, getPage: {},
id: '', id: '',
pageColumns: [ pageColumns: [{ title: '检测项目', key: 'name', width: 120 }]
{ title: '检测项目', key: 'name', width: 120 },
{ title: '检测方法', key: 'testMethod', width: 140 },
{ title: '检测依据名称', key: 'testBasisName', width: 200 }
]
} }
}, },
computed: { computed: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment