From 771ba48e26496c1de6735cc5cae93f02ff8d7ad1 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期二, 04 三月 2025 17:22:14 +0800 Subject: [PATCH] art: 所有设备 台账 三保工单 根据设备id查询三保工单,并过滤掉已完成和已取消的三保工单 --- src/views/eam/SpecialtyInspectionPlanList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/eam/SpecialtyInspectionPlanList.vue b/src/views/eam/SpecialtyInspectionPlanList.vue index c470fc3..d925c6f 100644 --- a/src/views/eam/SpecialtyInspectionPlanList.vue +++ b/src/views/eam/SpecialtyInspectionPlanList.vue @@ -15,7 +15,7 @@ > <a-form-item label='鐐规鏂规缂栫爜'> <a-input - placeholder='璇疯緭鍏ヨ澶囩紪鐮�' + placeholder='璇疯緭鍏ョ粺涓�缂栫爜' v-model='queryParam.num' ></a-input> </a-form-item> @@ -207,7 +207,7 @@ dataIndex: 'inspectionCycleName', }, { - title: '瀵硅薄閮ㄩ棬', + title: '浣跨敤閮ㄩ棬', align: 'center', dataIndex: 'useDepartName', }, -- Gitblit v1.9.3