loulijun2021
2023-03-24 d2fb861c08c060c722253daf659f1e5d4cfe4607
src/views/produceManager/AutoScheduling.vue
文件名从 src/views/scgl/zdpc.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() {