From e7b175bc3aca09d9a00ce309f183358b4d5f5918 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期二, 02 四月 2024 16:17:40 +0800 Subject: [PATCH] 1、首页优化各层级看板视图,使色彩更加鲜艳明亮 2、用户管理页面首页权限字段增加无权限选项值,且默认值为无权限进入首页后无法查看任何看板 --- src/views/mdc/base/modules/deviceCalendar/DeviceCalendarAddCon.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/mdc/base/modules/deviceCalendar/DeviceCalendarAddCon.vue b/src/views/mdc/base/modules/deviceCalendar/DeviceCalendarAddCon.vue index 6f62998..0d19c1a 100644 --- a/src/views/mdc/base/modules/deviceCalendar/DeviceCalendarAddCon.vue +++ b/src/views/mdc/base/modules/deviceCalendar/DeviceCalendarAddCon.vue @@ -217,7 +217,7 @@ postAction(this.url.settingCalendar, formData).then((res) => { if (res.success) { // that.$message.success(res.message) - that.$notification.warning({ + that.$notification.success({ message:'娑堟伅', description:res.message }); -- Gitblit v1.9.3