|
|
@@ -84,11 +84,11 @@
|
|
|
<el-input :value="form.executeUserName" disabled />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="6" v-if="form.assignType == 1">
|
|
|
- <el-form-item label="场站" prop="productLineId">
|
|
|
- <input v-model="form.productLineName" disabled></input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
+ <el-col :span="6" v-if="form.assignType == 1">
|
|
|
+ <el-form-item label="场站" prop="productLineId">
|
|
|
+ <el-input v-model="form.productLineName" disabled></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="检测时间">
|
|
|
<el-input :value="qualityTime" disabled />
|
|
|
@@ -342,15 +342,10 @@
|
|
|
{{ row.categoryCode }}
|
|
|
</el-link>
|
|
|
</template>
|
|
|
- <template v-slot:imgUrl="{ row, $index }">
|
|
|
- <fileMian
|
|
|
- type="view"
|
|
|
- v-model="row.imgUrl"
|
|
|
- >
|
|
|
- </fileMian>
|
|
|
- </template>
|
|
|
- </ele-pro-table></el-tab-pane
|
|
|
- >
|
|
|
+ <template v-slot:attachmentUrl="{ row, $index }">
|
|
|
+ <fileMian type="view" v-model="row.attachmentUrl"> </fileMian>
|
|
|
+ </template> </ele-pro-table
|
|
|
+ ></el-tab-pane>
|
|
|
<el-tab-pane label="检测方案" name="3">
|
|
|
<ele-pro-table
|
|
|
:columns="tableColumns3"
|