From 1d45ea75308850ad0ef575ca28ba3f93552f097c Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期三, 24 一月 2024 16:01:58 +0800 Subject: [PATCH] 设备监控页面状态反馈按钮添加二次确认功能以及调整异常设备列表项字体颜色为红色显示 --- src/views/eam/modules/dailyMaintenanceStandard/DailyMaintenanceStandardDetail.vue | 45 +++++++++++++++++++++++++++++---------------- 1 files changed, 29 insertions(+), 16 deletions(-) diff --git a/src/views/eam/modules/dailyMaintenanceStandard/DailyMaintenanceStandardDetail.vue b/src/views/eam/modules/dailyMaintenanceStandard/DailyMaintenanceStandardDetail.vue index 7059019..a20afa7 100644 --- a/src/views/eam/modules/dailyMaintenanceStandard/DailyMaintenanceStandardDetail.vue +++ b/src/views/eam/modules/dailyMaintenanceStandard/DailyMaintenanceStandardDetail.vue @@ -137,22 +137,27 @@ // scopedSlots: { customRender: 'photo' }, // }, { - title: '淇濆吇椤圭洰', + title: '缁翠慨淇濆吇瑙掕壊', + align: "center", + dataIndex: 'maintenanceRoleName', + }, + { + title: '淇濆吇鍐呭', align: "center", dataIndex: 'name', }, - { - title: '淇濆吇鏍囧噯', - align: "center", - dataIndex: 'standard', + // { + // title: '淇濆吇鏍囧噯', + // align: "center", + // dataIndex: 'standard', - }, - { - title: '閮ㄤ綅', - align: "center", - dataIndex: 'location', - }, + // }, + // { + // title: '閮ㄤ綅', + // align: "center", + // dataIndex: 'location', + // }, // { // title: '鏂规硶', // align: "center", @@ -184,16 +189,24 @@ // align: "center", // dataIndex: 'maintenanceSpecialtyName', // }, - { - title: '缁翠慨淇濆吇瑙掕壊', - align: "center", - dataIndex: 'maintenanceRoleName', - }, + ], url: { list: "/eam/maintenanceStandardDetail/getMaintenanceStandardList",//鏁版嵁鏉ユ簮mom_eam_daily_inspection_standard_detail }, + /* 鍒嗛〉鍙傛暟 */ + ipagination: { + current: 1, + pageSize: 20, + pageSizeOptions: ['5', '10', '20', '50'], + showTotal: (total, range) => { + return range[0] + '-' + range[1] + ' 鍏�' + total + '鏉�' + }, + showQuickJumper: true, + showSizeChanger: true, + total: 0 + }, } }, created() { -- Gitblit v1.9.3