| | |
| | | @scrollLeft="scrollLeftA" |
| | | > |
| | | <template slot="block" slot-scope="{data,item}"> |
| | | <Test |
| | | <Scheduling |
| | | :data="data" |
| | | :update-time-lines="updateTimeLines" |
| | | :cell-height="cellHeight" |
| | |
| | | |
| | | <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 } from '@/utils/global' |
| | |
| | | export default { |
| | | name: 'Zzjg', |
| | | components: { |
| | | Pagination, Test |
| | | Pagination, Scheduling |
| | | }, |
| | | directives: { waves }, |
| | | data() { |