| 文件名从 src/views/scgl/zdpc.vue 修改 |
| | |
| | | <!-- @scrollLeft="scrollLeftA"--> |
| | | <!-- :scroll-to-postion="positionA"--> |
| | | <template slot="block" slot-scope="{data,item}"> |
| | | <Test |
| | | <Scheduling |
| | | :data="data" |
| | | :cell-height="cellHeight" |
| | | :item="item" |
| | |
| | | |
| | | <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' |
| | |
| | | export default { |
| | | name: 'Zzjg', |
| | | components: { |
| | | Pagination, Test |
| | | Pagination, Scheduling |
| | | }, |
| | | directives: { waves }, |
| | | data() { |