吉安感知网项目-前端
shuishen
8 days ago 6e88705bd5b443a259b24c17c8a299765d059d96
applications/task-work-order/src/views/orderView/deviceInvocation/deviceCallRecord/index.vue
@@ -84,7 +84,7 @@
               <el-table-column prop="deviceName" show-overflow-tooltip label="执行设备" />
               <el-table-column prop="planExecuteTime" show-overflow-tooltip label="计划执行时间" />
               <el-table-column prop="actualExecuteTime" show-overflow-tooltip label="实际执行时间" />
               <el-table-column label="操作" class-name="operation-btns" width="180">
               <el-table-column label="操作" class-name="operation-btns" width="180" fixed="right">
                  <template v-slot="{ row }">
                     <el-link  @click="handleView(row)">查看</el-link>
                  </template>