gaoluyang
2026-04-10 9076c84248f6b9af826bbf27cb50e5cf7f6ea6d4
src/views/equipmentManagement/upkeep/index.vue
@@ -299,6 +299,10 @@
// 定时任务管理表格列配置
const scheduledColumns = ref([
   {
      label: "所在区域",
      prop: "areaName",
   },
   { prop: "taskName", label: "设备名称"},
   {
      label: "规格型号",
@@ -352,6 +356,10 @@
// 任务记录表格列配置(原设备保养表格列)
const columns = ref([
   {
      label: "所在区域",
      prop: "areaName",
   },
   {
      label: "设备名称",
      align: "center",
      prop: "deviceName",