From 913f86badcc805bac79b9f2350f52eafcba86291 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期二, 26 三月 2024 10:15:12 +0800 Subject: [PATCH] 1、调整单柱图x轴标题显示方式由每隔一个显示改为全显示(保证水平完整放置需旋转标题) 2、新增从分厂级看板返回公司级看板功能 3、按照新需求完成客户工段主管层进入后页面所有布局30% --- 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