From 3b43b56c41226095299aeecf0a7b5be756a79a88 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期二, 10 六月 2025 17:15:29 +0800 Subject: [PATCH] 维修专业:屏蔽 导入导出 --- src/views/eam/EquipmentOfLine.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/eam/EquipmentOfLine.vue b/src/views/eam/EquipmentOfLine.vue index 481cbf7..3b2d7ff 100644 --- a/src/views/eam/EquipmentOfLine.vue +++ b/src/views/eam/EquipmentOfLine.vue @@ -12,12 +12,12 @@ <a-row :gutter="24"> <a-col :span="6"> <a-form-item - label="鍒嗙被" + label="璁惧鎵�灞炲垎绫�" :labelCol="labelCol" :wrapperCol="wrapperCol" > <j-dict-select-tag - :dictCode="'mom_eam_equipment_category,name,id,equipment_category_uda1='+'\''+caytegoryParam+'\''" + :dictCode="'mom_eam_equipment_category,name,id,equipment_category_uda1='+'\''+caytegoryParam+'\' and del_flag=0'" placeholder="璇疯緭鍏ユ悳绱㈡潯浠跺苟閫夋嫨" v-model="queryParam.equipmentCategoryId" /> -- Gitblit v1.9.3