src/views/equipmentManagement/upkeep/index.vue
@@ -299,6 +299,10 @@ // 定时任务管理表格列配置 const scheduledColumns = ref([ { label: "所在区域", prop: "areaName", }, { prop: "taskName", label: "设备名称"}, { label: "规格型号", @@ -313,7 +317,8 @@ DAILY: "每日", WEEKLY: "每周", MONTHLY: "每月", QUARTERLY: "季度" QUARTERLY: "季度", YEARLY: "每年", }[cell] || "") }, { @@ -352,6 +357,10 @@ // 任务记录表格列配置(原设备保养表格列) const columns = ref([ { label: "所在区域", prop: "areaName", }, { label: "设备名称", align: "center", prop: "deviceName",