From 0a4dc772d29f685c8dfe92bb43baa43ba2ad2560 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期五, 10 十一月 2023 17:50:40 +0800 Subject: [PATCH] 1、车间看板页面实现鼠标悬浮于设备上出现设备详细信息弹窗,鼠标移出弹窗消失 2、设备参数阈值管理页面新增至mdc模块设备基础配置菜单下并完成所有布局及功能实现 --- src/views/mdc/base/modules/HolidayManagement/HolidayManagementModalEdit.vue | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/src/views/mdc/base/modules/HolidayManagement/HolidayManagementModalEdit.vue b/src/views/mdc/base/modules/HolidayManagement/HolidayManagementModalEdit.vue index 4c9c229..48c1e83 100644 --- a/src/views/mdc/base/modules/HolidayManagement/HolidayManagementModalEdit.vue +++ b/src/views/mdc/base/modules/HolidayManagement/HolidayManagementModalEdit.vue @@ -126,6 +126,22 @@ }, ], }, + vacationDate:{ + rules:[ + { + required:true, + message: "璇烽�夋嫨浼戝亣鏃堕棿" + }, + ], + }, + vacationType:{ + rules:[ + { + required:true, + message: "璇烽�夋嫨鍋囨湡绫诲瀷" + }, + ], + }, // mdcRepairType:{ // rules:[ // { @@ -256,7 +272,7 @@ obj.then((res) => { if (res.success) { // that.$message.success("淇敼鎴愬姛") - that.$notification.warning({ + that.$notification.success({ message:'娑堟伅', description:"淇敼鎴愬姛" }); -- Gitblit v1.9.3