|
@@ -185,7 +185,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="deviceNo" label="设备号">
|
|
|
+ <!-- <el-table-column prop="deviceNo" label="设备号"> -->
|
|
|
<template slot-scope="scope">
|
|
|
<tooltip :content="scope.row.deviceNo" />
|
|
|
</template>
|
|
@@ -204,11 +204,7 @@
|
|
|
>
|
|
|
<template #default="scope">
|
|
|
{{
|
|
|
- scope.row.operatorId
|
|
|
- ? scope.row.feedbackFlag
|
|
|
- ? "需处理"
|
|
|
- : "不予处理"
|
|
|
- : ""
|
|
|
+ scope.row.operatorId ? (scope.row.feedbackFlag ? "是" : "否") : ""
|
|
|
}}
|
|
|
</template>
|
|
|
</el-table-column>
|