hailu
2022-06-17 fed62391ca4fb9727307881dacc96fe43443b922
20220617zfw
4个文件已修改
23 ■■■■ 已修改文件
dist.rar 补丁 | 查看 | 原始文档 | blame | 历史
src/components/main/components/header-bar/header-bar.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/rentExchangeZF/rentExchangeCompanyZF.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist.rar
Binary files differ
src/components/main/components/header-bar/header-bar.vue
@@ -129,7 +129,11 @@
      this.title3 = '租赁公司'
      // this.title1= "租赁公司"
      this.showBoolean = false
    } else if (a === 'enterpriseRelationshipMining') {
    }else if (a === 'rentExchangeZF' || a === 'rentExchangeCompanyZF') {
      this.title2 = '企业评估'
      this.title3 = '政信公司'
      this.showBoolean = false
    }  else if (a === 'enterpriseRelationshipMining') {
      this.title1 = '企业挖掘'
      this.showBoolean = true
    } else {
@@ -169,6 +173,10 @@
          this.title2 = '企业评估'
          this.title3 = '租赁公司'
          this.showBoolean = false
        } else if (data === 'rentExchangeZF') {
          this.title2 = '企业评估'
          this.title3 = '政信公司'
          this.showBoolean = false
        } else if (data === 'zijinjiankong') {
          this.title1 = '实时监控中心'
          this.showBoolean = true
src/view/rentExchangeZF/rentExchangeCompanyZF.vue
@@ -4,7 +4,7 @@
    <div>
      <Card class="customTitle">
        <div>
          <Icon type="ios-paper-outline"/>
          <Icon type="ios-keypad"/>
          <span style="cursor: pointer;margin-left: 5px">企业评估-政信公司</span>
        </div>
      </Card>
@@ -85,10 +85,10 @@
        <ul v-if="addModalNext" class="lists_readAndEdit clearfix" style="margin-top: 0;" id="addModalNext">
          <li class="list" style="padding-left: 130px;width: 100%;">
            <span class="list_name" style="width: 100px;">被评估公司名称</span>
            <div class="list_value">
              <Poptip trigger="focus" placement="bottom-start" transfer
            <div class="list_value">
              <Poptip  trigger="focus" placement="bottom-start" transfer
                      style="width: 400px;float: left;margin-right: 10px;">
                <Input v-model="addMessage.CompanyName"
                <Input v-model="addMessage.CompanyName" class="inputBd"
                       size="large"
                       @on-change="remoteMethod"
                       :class="addMessage.CompanyName?'':'ErrorTip'"
@@ -2011,4 +2011,7 @@
  font-size: 20px !important;
  font-weight: bold !important;
}
.inputBd{
  border-color: #DCDEE2 !important;
}
</style>
vue.config.js
@@ -23,7 +23,7 @@
  // sub-path here. For example, if your app is deployed at
  // https://www.foobar.com/my-app/
  // then change this to '/my-app/'
  baseUrl: BASE_URL,
  publicPath: BASE_URL,
  // tweak internal webpack configuration.
  // see https://github.com/vuejs/vue-cli/blob/dev/docs/webpack.md
  chainWebpack: config => {