|
@@ -135,7 +135,7 @@
|
|
<el-table-column v-if="this.taskWorkRemakA==0" prop="compareResult2" align="center" label="协同比对结果" width="300px">
|
|
<el-table-column v-if="this.taskWorkRemakA==0" prop="compareResult2" align="center" label="协同比对结果" width="300px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div v-if="scope.row">
|
|
<div v-if="scope.row">
|
|
- <span v-if="scope.row.compareResult2 && scope.row.compareResult2.toString()!=''">{{ options.filter(item=>item.value==scope.row.compareResult2)[0].label }}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.hasOwnProperty('compareResult2') && scope.row.compareResult2.toString()!=''">{{ options.filter(item=>item.value==scope.row.compareResult2)[0].label }}</span>
|
|
</div>
|
|
</div>
|
|
<!-- <el-select v-model="scope.row.compareResult2" placeholder="请选择">
|
|
<!-- <el-select v-model="scope.row.compareResult2" placeholder="请选择">
|
|
<el-option
|
|
<el-option
|