| | |
| | | <template> |
| | | <!-- <div v-if="role=='访客'" class="app-container"> |
| | | <el-empty description="暂无权限"></el-empty> |
| | | </div> --> |
| | | <div class="app-container"> |
| | | |
| | | <!-- <el-empty description="描述文字"></el-empty> --> |
| | | |
| | | <el-table v-loading="listLoading" :data="list" element-loading-text="Loading" border fit height="100%" |
| | | class="table-container" highlight-current-row> |
| | | <el-table-column fixed label="ID" width="80" > |
| | | <template slot-scope="scope"> |
| | | {{ scope.row.id }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="公司名称" width="200"> |
| | | <template slot-scope="scope"> |
| | | {{ scope.row.companyname }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="地图名称" width="90"> |
| | |
| | | {{ scope.row.heig}} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="瓦片文件" width="100"> |
| | | <el-table-column label="瓦片文件" width="120"> |
| | | <template slot-scope="scope"> |
| | | {{ scope.row.file}} |
| | | </template> |
| | |
| | | {{ scope.row.ishow}} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="更新时间" > |
| | | <el-table-column label="更新时间" width="170"> |
| | | <template slot-scope="scope"> |
| | | {{ scope.row.addtime}} |
| | | </template> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | |
| | | import Pagination from '@/components/Pagination' |
| | | import { getBaidumapPage, addorupBaidumap,addSystemOperationLog } from '@/api/baidumap' |
| | | import { deepClone } from '@/utils' |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | role:localStorage.getItem('role'), |
| | | uadd:'', |
| | | udelete:'', |
| | | uupdate:'', |
| | |
| | | listQuery: { |
| | | current: 1, |
| | | size: 20, |
| | | username:localStorage.getItem('username'), |
| | | keyword: undefined, |
| | | }, |
| | | uploadUrl: '', |
| | |
| | | this.listQuery = { |
| | | current: 1, |
| | | size: 20, |
| | | username:localStorage.getItem('username'), |
| | | keyword: undefined |
| | | } |
| | | this.fetchData() |