| | |
| | | > |
| | | <!-- <template v-slot:block="{data,item}"> --> |
| | | <template slot="block" slot-scope="{data,item}"> |
| | | <Test |
| | | <Scheduling |
| | | :data="data" |
| | | :update-time-lines="updateTimeLines" |
| | | :cell-height="cellHeight" |
| | |
| | | </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' |
| | |
| | | // import { mockDatas } from './index1.js' |
| | | |
| | | export default { |
| | | components: { Test }, |
| | | components: { Scheduling }, |
| | | data() { |
| | | return { |
| | | show: false, |