yanjinhui
9 天以前 60a50d7a976f33a172421546fd891f33a21043e5
新建文件夹/WMS/src/views/Index.vue
@@ -321,7 +321,7 @@
      messageList.push(data);
      ElNotification({
        title: data.title,
        message: h("i", { style: "color: teal" }, data.message),
        message: h("i", { style: "color: red" }, data.message),
        position: "bottom-right",
      });
    };