ll
liukangdong
2025-03-05 9b3c411ed63fa0338a92cfcdd7589e58c05b7ea4
ll
已修改8个文件
31 ■■■■ 文件已修改
admin/src/components/common/Pagination.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/layouts/TableLayout.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/layouts/TableLayout1.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/views/business/reportRecord.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/views/platform/queueUp.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/answer/answer.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/login/login.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/utils/config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/components/common/Pagination.vue
@@ -41,15 +41,15 @@
<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>
admin/src/layouts/TableLayout.vue
@@ -164,10 +164,10 @@
      z-index: 100;
      width: -webkit-fill-available;
      /* width: 80%; */
      position: fixed;
      /* position: fixed;
      bottom: 30px;
      background-color: white;
      margin-right: 50px;
      margin-right: 50px; */
    }
  }
}
admin/src/layouts/TableLayout1.vue
@@ -165,10 +165,10 @@
              z-index: 100;
              width: -webkit-fill-available;
              /* width: 80%; */
              position: fixed;
              /* position: fixed;
              bottom: 30px;
              background-color: white;
              margin-right: 50px;
              margin-right: 50px; */
            }
        }
    }
admin/src/views/business/reportRecord.vue
@@ -244,9 +244,9 @@
  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>
admin/src/views/platform/queueUp.vue
@@ -21,7 +21,7 @@
        <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 }">
@@ -33,7 +33,7 @@
          </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>
h5/pages/answer/answer.vue
@@ -407,7 +407,8 @@
      saveProblemsVO({
        openId: this.$store.state.openId,
        useType: '1',
        content: ''
        content: '',
                score: this.score
      }).then(res => {
        this.score = 0
        uni.navigateTo({
h5/pages/login/login.vue
@@ -41,7 +41,7 @@
    export default {
        data() {
            return {
                code: ''
                code: '11'
            }
        },
        onLoad(option) {
h5/utils/config.js
@@ -1,8 +1,8 @@
// 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/#/'