Merge remote-tracking branch 'origin/master'
| | |
| | | <style lang="scss" scoped> |
| | | .table-pagination { |
| | | margin-left: -16px; |
| | | padding: 16px 0px 16px 25px; |
| | | padding: 0px 0px 16px 25px; |
| | | text-align: left; |
| | | display: block; |
| | | z-index: 100; |
| | | width: -webkit-fill-available; |
| | | /* width: 80%; */ |
| | | position: fixed; |
| | | /* position: fixed; |
| | | bottom: 30px; |
| | | background-color: white; |
| | | margin-right: 50px; |
| | | margin-right: 50px; */ |
| | | } |
| | | </style> |
| | |
| | | z-index: 100; |
| | | width: -webkit-fill-available; |
| | | /* width: 80%; */ |
| | | position: fixed; |
| | | /* position: fixed; |
| | | bottom: 30px; |
| | | background-color: white; |
| | | margin-right: 50px; |
| | | margin-right: 50px; */ |
| | | } |
| | | } |
| | | } |
| | |
| | | z-index: 100; |
| | | width: -webkit-fill-available; |
| | | /* width: 80%; */ |
| | | position: fixed; |
| | | /* position: fixed; |
| | | bottom: 30px; |
| | | background-color: white; |
| | | margin-right: 50px; |
| | | margin-right: 50px; */ |
| | | } |
| | | } |
| | | } |
| | |
| | | z-index: 100; |
| | | width: -webkit-fill-available; |
| | | /* width: 80%; */ |
| | | position: fixed; |
| | | /* position: fixed; |
| | | bottom: 30px; |
| | | background-color: white; |
| | | margin-right: 50px; |
| | | margin-right: 50px; */ |
| | | } |
| | | </style> |
| | |
| | | <span></span> |
| | | </div> |
| | | </div> |
| | | <el-table class="mb20" v-loading="loading" :data="dataList" stripe row-key="id" default-expand-all> |
| | | <el-table 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 }"> |
| | |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="carrierName" label="运输公司" min-width="120"> |
| | | <el-table-column prop="carrierName" label="运输公司" show-overflow-tooltip min-width="140"> |
| | | <template v-slot="scope"> |
| | | <span>{{ scope.row.carrierName || '-' }}</span> |
| | | </template> |
| | |
| | | saveProblemsVO({ |
| | | openId: this.$store.state.openId, |
| | | useType: '1', |
| | | content: '' |
| | | content: '', |
| | | score: this.score |
| | | }).then(res => { |
| | | this.score = 0 |
| | | uni.navigateTo({ |
| | |
| | | export default {
|
| | | data() {
|
| | | return {
|
| | | code: ''
|
| | | code: '11'
|
| | | }
|
| | | },
|
| | | onLoad(option) {
|
| | |
| | | |
| | | // export const baseUrl = 'zhyq_interface/' |
| | | export const baseUrl = 'zhyq_interface/' |
| | | // export const baseUrl = 'http://192.168.0.173/gateway_interface/' |
| | | // export const baseUrl = 'http://10.50.250.253:8088/gateway_interface/' |
| | | export const baseUrl = 'https://atwl.ahzyssl.com/zhyq_interface/' |
| | | // export const baseUrl = 'https://atwl.ahzyssl.com/zhyq_interface/' |
| | | |
| | | export const app_url = 'https://atwl.ahzyssl.com/zhyq_h5/#/' |
| | | |