|
@@ -185,11 +185,11 @@
|
|
|
</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>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column label="处理状态">
|
|
|
<template #default="scope">
|
|
|
{{ scope.row.operatorId ? "已处理" : "未处理" }}
|