From 4c003251c13eb18aae1bc8c0d1b5f668cacea1bd Mon Sep 17 00:00:00 2001 From: caoqianming Date: Sun, 24 Nov 2024 17:41:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20base=20=E4=BF=AE=E6=94=B9xtui?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 4 ++-- src/{xui.js => xtui.js} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename src/{xui.js => xtui.js} (100%) diff --git a/src/main.js b/src/main.js index 295fa29b..e55fa8bb 100644 --- a/src/main.js +++ b/src/main.js @@ -3,7 +3,7 @@ import ElementPlus from "element-plus"; import "element-plus/dist/index.css"; import "element-plus/theme-chalk/display.css"; import scui from "./scui"; -import xui from "./xui"; +import xtui from "./xtui"; import i18n from "./locales"; import router from "./router"; import store from "./store"; @@ -26,7 +26,7 @@ app.use(ElementPlus); app.use(Cesium); app.use(i18n); app.use(scui); -app.use(xui); +app.use(xtui); app.use(preventReClick); app.use(Print); app.use(Xlsx); diff --git a/src/xui.js b/src/xtui.js similarity index 100% rename from src/xui.js rename to src/xtui.js From eabdabcf3a490e527b545715eadf69dcc299aa98 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Sun, 24 Nov 2024 17:42:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20mlog=E4=B8=8D=E5=86=8D=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=AE=A1=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/mlog_dept10.vue | 4 ++-- src/views/wpm/mlog_dept6_detail.vue | 4 ++-- src/views/wpm/mlog_dept7.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/wpm/mlog_dept10.vue b/src/views/wpm/mlog_dept10.vue index bf38f733..eb34c02c 100644 --- a/src/views/wpm/mlog_dept10.vue +++ b/src/views/wpm/mlog_dept10.vue @@ -399,7 +399,7 @@ :loading="mlogHandleLoading" >撤回 - 日志记录 - + --> diff --git a/src/views/wpm/mlog_dept6_detail.vue b/src/views/wpm/mlog_dept6_detail.vue index d8d775b8..20098949 100644 --- a/src/views/wpm/mlog_dept6_detail.vue +++ b/src/views/wpm/mlog_dept6_detail.vue @@ -223,13 +223,13 @@ :loading="mlogHandleLoading" >撤回 - 日志记录 - + --> diff --git a/src/views/wpm/mlog_dept7.vue b/src/views/wpm/mlog_dept7.vue index a28121d5..50ff3296 100644 --- a/src/views/wpm/mlog_dept7.vue +++ b/src/views/wpm/mlog_dept7.vue @@ -369,7 +369,7 @@ :loading="mlogHandleLoading" >撤回 - 日志记录 - + -->