From db67f31f92e4d92eea2a556712abd06c03f5033b Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期五, 26 一月 2024 13:52:27 +0800 Subject: [PATCH] 1、用户管理、角色管理、设备车间管理以及大屏车间管理页面的相关功能操作完成提示由message调整与mdc模块相同的notification 2、大屏车间管理页面新增授权标识字段 --- src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue b/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue index d31736e..af9b878 100644 --- a/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue +++ b/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue @@ -324,7 +324,7 @@ ids.push(tableData[i].standardId) } this.$refs.standardSelectModel.showModal(ids) - this.$refs.standardSelectModel.title = '閫夋嫨绮惧害鍙傛暟' + this.$refs.standardSelectModel.title = '閫夋嫨璁惧' this.$refs.standardSelectModel.disableSubmit = false }, addSelected(data) { -- Gitblit v1.9.3