From d50523911eaf8fa309eb842522ee9e7a4782e505 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期五, 23 二月 2024 17:06:07 +0800 Subject: [PATCH] 设备利用率、设备开动率以及班次利用率页面增加按照驱动类型查询数据功能 --- src/views/eam/DailyInspectionStandardList.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/views/eam/DailyInspectionStandardList.vue b/src/views/eam/DailyInspectionStandardList.vue index 6025a98..3db495e 100644 --- a/src/views/eam/DailyInspectionStandardList.vue +++ b/src/views/eam/DailyInspectionStandardList.vue @@ -278,6 +278,11 @@ dataIndex: 'num', }, { + title: '绠$悊鍒跺害', + align: 'center', + dataIndex: 'disUda1', + }, + { title: '绛惧鐘舵��', align: 'center', dataIndex: 'approvalStatusName', -- Gitblit v1.9.3