|  |  |  | 
|---|
|  |  |  | <el-button :loading="exLoading" @click="handleEx" | 
|---|
|  |  |  | v-permissions="['business:platformbooks:exportExcel']">导出</el-button> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <el-table class="mb40" v-loading="loading" :data="list" stripe> | 
|---|
|  |  |  | <el-table :height="tableHeightNew" v-loading="loading" :data="list" stripe> | 
|---|
|  |  |  | <el-table-column prop="contractNum" label="合同单号" min-width="100" show-overflow-tooltip /> | 
|---|
|  |  |  | <el-table-column prop="inReason" label="入园原因" min-width="100" show-overflow-tooltip /> | 
|---|
|  |  |  | <el-table-column prop="totalNum" label="总作业量(万支)" min-width="100" show-overflow-tooltip /> | 
|---|
|  |  |  | 
|---|
|  |  |  | <script> | 
|---|
|  |  |  | import Pagination from '@/components/common/Pagination' | 
|---|
|  |  |  | import QueryForm from '@/components/common/QueryForm' | 
|---|
|  |  |  | import BasePage from '@/components/base/BasePage' | 
|---|
|  |  |  | import { platformBooksPage, platformReasonList, platformBooksApply, platformBooksExport } from '@/api' | 
|---|
|  |  |  | import { checkSurplusNum, deletebooksById } from '@/api/platform/platform' | 
|---|
|  |  |  | import DriverDetail from '@/views/task/driverDetail' | 
|---|
|  |  |  | 
|---|
|  |  |  | GlobalWindow, | 
|---|
|  |  |  | UploadAvatarImage | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | extends: BasePage, | 
|---|
|  |  |  | data () { | 
|---|
|  |  |  | return { | 
|---|
|  |  |  | isShowDriver: false, | 
|---|