From 3a73cd63039981d1f7cd324afea8f14f37738467 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 07 三月 2025 11:24:49 +0800 Subject: [PATCH] 1、统计分析和统计图表、对比分析和利用率走势分析、利用率分段分析和报警分析页面新增筛选条件保持跟TEEP页面一致 2、全局中重要程度的筛选方式由多选改为单选 3、设备监控与车间看板页面的设备详情弹窗中的图表调整为一直展示但若无数据则不展示图表的指针与数值 --- src/views/eam/modules/maintenancePlan/DailyMaintenanceStandardDetail.vue | 74 ++++++++++++++++++------------------ 1 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/views/eam/modules/maintenancePlan/DailyMaintenanceStandardDetail.vue b/src/views/eam/modules/maintenancePlan/DailyMaintenanceStandardDetail.vue index 04431af..df50131 100644 --- a/src/views/eam/modules/maintenancePlan/DailyMaintenanceStandardDetail.vue +++ b/src/views/eam/modules/maintenancePlan/DailyMaintenanceStandardDetail.vue @@ -129,19 +129,19 @@ return parseInt(index) + 1; } }, - { - title: '閮ㄤ綅', - align: "center", - dataIndex: 'location', - width: 150, - }, - { - title: '绀烘剰鍥�', - align: "center", - dataIndex: 'photo', - scopedSlots: { customRender: 'photo' }, - width: 150, - }, + // { + // title: '閮ㄤ綅', + // align: "center", + // dataIndex: 'location', + // width: 150, + // }, + // { + // title: '绀烘剰鍥�', + // align: "center", + // dataIndex: 'photo', + // scopedSlots: { customRender: 'photo' }, + // width: 150, + // }, { title: '淇濆吇椤圭洰', align: "center", @@ -155,31 +155,31 @@ dataIndex: 'standard', width: 150, }, - { - title: '鏂规硶', - align: "center", - dataIndex: 'maintenanceMethodName', - width: 150, + // { + // title: '鏂规硶', + // align: "center", + // dataIndex: 'maintenanceMethodName', + // width: 150, - }, - { - title: '宸ュ叿', - align: "center", - dataIndex: 'maintenanceTool', - width: 150, - }, - { - title: '瀹夊叏瑕佹眰', - align: "center", - dataIndex: 'maintenanceRequire', - width: 150, - }, - { - title: '宸ユ椂瀹氶', - align: "center", - dataIndex: 'workingHourQuota', - width: 150, - }, + // }, + // { + // title: '宸ュ叿', + // align: "center", + // dataIndex: 'maintenanceTool', + // width: 150, + // }, + // { + // title: '瀹夊叏瑕佹眰', + // align: "center", + // dataIndex: 'maintenanceRequire', + // width: 150, + // }, + // { + // title: '宸ユ椂瀹氶', + // align: "center", + // dataIndex: 'workingHourQuota', + // width: 150, + // }, { title: '淇濆吇鍛ㄦ湡', align: "center", -- Gitblit v1.9.3