From c93c13d1cfe288d431109ae1eafd7a9fc6d58746 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 13 六月 2023 10:23:17 +0800
Subject: [PATCH] 1.递交

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

diff --git a/src/views/gantt_back/zdpc2.vue b/src/views/gantt_back/zdpc2.vue
index b889db9..d0ac217 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,9 +324,9 @@
 
 <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 { AdvancedSchedulingSearch, OnclickAdvancedSchedulingDevice, SubmitAlreadyScheduling } from '@/api/produceManager'
 import { handleDatetime } from '@/utils/global'
 import waves from '@/directive/waves'
 
@@ -336,7 +336,7 @@
 export default {
   name: 'Zzjg',
   components: {
-    Pagination, Test
+    Pagination, Scheduling
   },
   directives: { waves },
   data() {

--
Gitblit v1.9.3