Commit d29c408c by lichengming

修改了数据复核审核

parent 21b0247f
......@@ -61,11 +61,7 @@ export default {
],
getPage: {},
id: '',
pageColumns: [
{ title: '检测项目', key: 'name', width: 120 },
{ title: '检测方法', key: 'testMethod', width: 140 },
{ title: '检测依据名称', key: 'testBasisName', width: 200 }
]
pageColumns: [{ title: '检测项目', key: 'name', width: 120 }]
}
},
computed: {
......
......@@ -61,11 +61,7 @@ export default {
],
getPage: {},
id: '',
pageColumns: [
{ title: '检测项目', key: 'name', width: 120 },
{ title: '检测方法', key: 'testMethod', width: 140 },
{ title: '检测依据名称', key: 'testBasisName', width: 200 }
]
pageColumns: [{ title: '检测项目', key: 'name', width: 120 }]
}
},
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