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/produceManager/AutoScheduling_back.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/scgl/zdpc.vue b/src/views/produceManager/AutoScheduling_back.vue
similarity index 99%
copy from src/views/scgl/zdpc.vue
copy to src/views/produceManager/AutoScheduling_back.vue
index 716955d..375656c 100644
--- a/src/views/scgl/zdpc.vue
+++ b/src/views/produceManager/AutoScheduling_back.vue
@@ -300,7 +300,7 @@
             <!--            @scrollLeft="scrollLeftA"-->
             <!--            :scroll-to-postion="positionA"-->
             <template slot="block" slot-scope="{data,item}">
-              <Test
+              <Scheduling
                 :data="data"
                 :cell-height="cellHeight"
                 :item="item"
@@ -356,7 +356,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, handleDatetime2 } from '@/utils/global'
@@ -365,7 +365,7 @@
 export default {
   name: 'Zzjg',
   components: {
-    Pagination, Test
+    Pagination, Scheduling
   },
   directives: { waves },
   data() {

--
Gitblit v1.9.3