From 666d4f6ad00b7cad1bd03c24b256ed77c56e3aa2 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 06 六月 2023 09:04:02 +0800
Subject: [PATCH] 1.生产入库实现70%

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

diff --git a/src/views/gantt_back/gantt_back.vue b/src/views/gantt_back/gantt_back.vue
index cc905fb..d627e07 100644
--- a/src/views/gantt_back/gantt_back.vue
+++ b/src/views/gantt_back/gantt_back.vue
@@ -105,7 +105,7 @@
         @scrollLeft="scrollLeftA"
       >
         <template slot="block" slot-scope="{data,item}">
-          <Test
+          <Scheduling
             :data="data"
             :update-time-lines="updateTimeLines"
             :cell-height="cellHeight"
@@ -143,14 +143,14 @@
 </template>
 
 <script>
-import Test from '@/components/Test'
+import Scheduling from '@/components/Scheduling'
 import dayjs from 'dayjs'
 
 const scaleList = `30,60,240,360`.split(',').map(n => parseInt(n))
 const timeList = `0,30,60,120,240,480`.split(',').map(n => parseInt(n))
 
 export default {
-  components: { Test },
+  components: { Scheduling },
   data() {
     return {
       show: false,

--
Gitblit v1.9.3