From e883558cb68327f21d851f4c337d142c3c75a9f3 Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Wed, 31 Jul 2024 10:51:33 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90=E4=BC=98?=
=?UTF-8?q?=E5=8C=96,=E8=BD=AC=E5=8A=9E=E6=84=8F=E8=A7=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main.js | 4 ++--
src/views/modules/shequzhili/Delivery/index.vue | 4 ++--
src/views/modules/shequzhili/event/cpts/event-detail.vue | 4 ++--
.../modules/shequzhili/event/cpts/process-form-assign.vue | 8 ++++----
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/main.js b/src/main.js
index 3acc99f47..d6aa150ef 100644
--- a/src/main.js
+++ b/src/main.js
@@ -48,7 +48,7 @@ import PopTips from "@/components/PopTips/index.vue";
import PopHomeTip from "@/components/PopHomeTip/index.vue";
import NameSplit from "@/components/NameSplit/index.vue";
import RelationGraph from "relation-graph";
-// import dayjs from 'dayjs'
+import dayjs from 'dayjs'
// import AddNodeJw from "@/components/JwTree/addNode.vue";
//按钮
@@ -104,7 +104,7 @@ Vue.directive("fixed", {
// 挂载全局
Vue.prototype.$http = http;
Vue.prototype.$sensitive = desensitization;
-// Vue.prototype.$dayjs = dayjs
+Vue.prototype.$dayjs = dayjs
// el-uploader的header配置
Vue.prototype.$getElUploadHeaders = () => ({
Authorization: localStorage.getItem("token") || "",
diff --git a/src/views/modules/shequzhili/Delivery/index.vue b/src/views/modules/shequzhili/Delivery/index.vue
index 8f84faadf..f0d4912ca 100644
--- a/src/views/modules/shequzhili/Delivery/index.vue
+++ b/src/views/modules/shequzhili/Delivery/index.vue
@@ -151,8 +151,8 @@