From d2fb861c08c060c722253daf659f1e5d4cfe4607 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 24 三月 2023 16:13:43 +0800
Subject: [PATCH] 1.菜单路由变为英文

---
 src/views/gantt_back/zdpc2.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/gantt_back/zdpc2.vue b/src/views/gantt_back/zdpc2.vue
index b889db9..b829be8 100644
--- a/src/views/gantt_back/zdpc2.vue
+++ b/src/views/gantt_back/zdpc2.vue
@@ -281,7 +281,7 @@
             @scrollLeft="scrollLeftA"
           >
             <template slot="block" slot-scope="{data,item}">
-              <Test
+              <Scheduling
                 :data="data"
                 :update-time-lines="updateTimeLines"
                 :cell-height="cellHeight"
@@ -324,7 +324,7 @@
 
 <script>
 import Pagination from '@/components/Pagination'
-import Test from '@/components/Test'
+import Scheduling from '@/components/Scheduling'
 import dayjs from 'dayjs'
 import { AdvancedSchedulingSearch, OnclickAdvancedSchedulingDevice, SubmitAlreadyScheduling } from '@/api/scgl'
 import { handleDatetime } from '@/utils/global'
@@ -336,7 +336,7 @@
 export default {
   name: 'Zzjg',
   components: {
-    Pagination, Test
+    Pagination, Scheduling
   },
   directives: { waves },
   data() {

--
Gitblit v1.9.3