|
|
@ -450,12 +450,13 @@
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
width="180"
|
|
|
|
width="170"
|
|
|
|
prop="standardName"
|
|
|
|
prop="standardName"
|
|
|
|
label="标准名称"
|
|
|
|
label="标准名称"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
width="110"
|
|
|
|
prop="detailReach"
|
|
|
|
prop="detailReach"
|
|
|
|
label="是否达标">
|
|
|
|
label="是否达标">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
@ -487,10 +488,18 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
width="80"
|
|
|
|
width="60"
|
|
|
|
prop="detailUnit"
|
|
|
|
prop="detailUnit"
|
|
|
|
label="单位">
|
|
|
|
label="单位">
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
width="300"
|
|
|
|
|
|
|
|
prop="detailUnit"
|
|
|
|
|
|
|
|
label="图片上传">
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
<FileUpload v-model="scope.row.picturePath" />
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
</el-tab-pane>
|
|
|
|
</el-tab-pane>
|
|
|
|
<el-tab-pane label="工单信息修改">
|
|
|
|
<el-tab-pane label="工单信息修改">
|
|
|
|