| | |
| | | <span></span> |
| | | </div> |
| | | </div> |
| | | <el-table v-loading="loading" :data="dataList" stripe row-key="id" default-expand-all> |
| | | <el-table :height="tableHeightNew" v-loading="loading" :data="dataList" stripe row-key="id" default-expand-all> |
| | | <el-table-column type="index" label="序号" width="80" /> |
| | | <el-table-column label="车牌号" width="130"> |
| | | <template slot-scope="{ row }"> |
| | |
| | | <script> |
| | | import Pagination from '@/components/common/Pagination' |
| | | import QueryForm from '@/components/common/QueryForm' |
| | | import BasePage from '@/components/base/BasePage' |
| | | import { |
| | | getPlatformGroupList, |
| | | platformLineUpPage, |
| | |
| | | import DriverDetail from "@/views/task/driverDetail.vue" |
| | | import PlatformSign from './components/PlatformSign.vue' |
| | | export default { |
| | | extends: BasePage, |
| | | components: { |
| | | Pagination, |
| | | QueryForm, |