From 1d45ea75308850ad0ef575ca28ba3f93552f097c Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期三, 24 一月 2024 16:01:58 +0800 Subject: [PATCH] 设备监控页面状态反馈按钮添加二次确认功能以及调整异常设备列表项字体颜色为红色显示 --- src/views/eam/modules/dailyInspectionStandard/DailyInspectionStandardDetail.vue | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/views/eam/modules/dailyInspectionStandard/DailyInspectionStandardDetail.vue b/src/views/eam/modules/dailyInspectionStandard/DailyInspectionStandardDetail.vue index 9014edc..d6065e7 100644 --- a/src/views/eam/modules/dailyInspectionStandard/DailyInspectionStandardDetail.vue +++ b/src/views/eam/modules/dailyInspectionStandard/DailyInspectionStandardDetail.vue @@ -104,11 +104,11 @@ return parseInt(index) + 1; } }, - { - title: '閮ㄤ綅', - align: "center", - dataIndex: 'location', - }, + // { + // title: '閮ㄤ綅', + // align: "center", + // dataIndex: 'location', + // }, // { // title: '绀烘剰鍥�', // align: "center", @@ -122,7 +122,7 @@ }, { - title: '妫�娴嬫爣鍑�', + title: '瀹屾垚鏁版嵁/瑕佹眰', align: "center", dataIndex: 'detectionStandard', @@ -154,6 +154,18 @@ url: { list: "/eam/inspectionStandardDetail/getInspectionStandardList",//鏁版嵁鏉ユ簮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