forked from drone/command-center-dashboard

罗广辉
2025-04-21 2800fa4f32f3900509cb4d6eefaf2bfaf54efdd7
src/components/DeviceJobDetails/JobRelatedEvents.vue
@@ -8,9 +8,9 @@
         :row-style="{ height: '38px', fontSize: '14px', 'text-align': 'center' }"
         :header-cell-style="{ 'text-align': 'center', height: '36px', fontSize: '14px' }"
      >
         <el-table-column prop="id" label="事件编号" />
         <el-table-column prop="event_num" label="事件编号" />
         <el-table-column show-overflow-tooltip prop="event_name" label="事件名称" />
         <el-table-column show-overflow-tooltip prop="create_user" label="所属单位" />
         <el-table-column show-overflow-tooltip prop="dept_name" label="所属单位" />
         <el-table-column show-overflow-tooltip prop="remark" label="事件内容" />
         <el-table-column show-overflow-tooltip prop="ai_types" label="关联算法" />
         <el-table-column prop="status" label="工单状态">
@@ -72,7 +72,6 @@
      const resData = res?.data?.data || {}
      list.value = resData.records
      total.value = resData.total
   })
}