loulijun2021
2023-03-24 d2fb861c08c060c722253daf659f1e5d4cfe4607
src/views/gantt_back/gantt_all_back.vue
@@ -293,7 +293,7 @@
      >
        <!-- <template v-slot:block="{data,item}"> -->
        <template slot="block" slot-scope="{data,item}">
          <Test
          <Scheduling
            :data="data"
            :update-time-lines="updateTimeLines"
            :cell-height="cellHeight"
@@ -332,7 +332,7 @@
</template>
<script>
import Test from '@/components/Test'
import Scheduling from '@/components/Scheduling'
// import PaginationView from '@/components/PaginationView'
// import TestLeft from '@/components/TestLeft'
// import { mockDatas } from './index1.js'
@@ -344,7 +344,7 @@
// import { mockDatas } from './index1.js'
export default {
  components: { Test },
  components: { Scheduling },
  data() {
    return {
      show: false,