hailu
2024-11-08 84f4b209d95a88eb6bb0bbfe89e112bb17e64f48
备份
4个文件已修改
3个文件已添加
8 ■■■■ 已修改文件
RiskControl_Vue_Fast @ c967a9 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
RiskControl_Vue_Fast.rar 补丁 | 查看 | 原始文档 | blame | 历史
dist.rar 补丁 | 查看 | 原始文档 | blame | 历史
src/router.rar 补丁 | 查看 | 原始文档 | blame | 历史
src/view.rar 补丁 | 查看 | 原始文档 | blame | 历史
src/view/accessReport/accessReportList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/rentExchangeZF/rentExchangeCompanyZF.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
RiskControl_Vue_Fast
New file
@@ -1 +1 @@
Subproject commit 0000000000000000000000000000000000000000
Subproject commit c967a9f9650c42c8f92d440675917ce388521737
RiskControl_Vue_Fast.rar
Binary files differ
dist.rar
Binary files differ
src/router.rar
Binary files differ
src/view.rar
Binary files differ
src/view/accessReport/accessReportList.vue
@@ -326,7 +326,7 @@
              this.addAccessModal = false
              this.creatConfirm = false
              this.loading_report = false
              this.$router.push({path: '/chooseAssess', query: {pid: this.ProjId, FlowId: 0, Id: res.data.Data}})
              this.$router.push({path: '/chooseAssess', query: {pid: this.ProjId, FlowId: 1, Id: res.data.Data}})
            } else {
              this.creatConfirm = false
            }
src/view/rentExchangeZF/rentExchangeCompanyZF.vue
@@ -18,7 +18,7 @@
          <span v-if="this.$router.currentRoute.name==='zhengxinPlats'" style="cursor: pointer;margin-left: 5px">平台评估</span> -->
          <!-- this.currName -->
          <span v-if="this.currName === 'zongheEvaluates'" style="cursor: pointer;margin-left: 5px">企业评估</span>
          <span v-if="this.currName === 'rentExchangeCompanyZF'" style="cursor: pointer;margin-left: 5px">企业评估-城投平台</span>
          <span v-if="this.currName === 'rentExchangeZF'" style="cursor: pointer;margin-left: 5px">企业评估-城投平台</span>
          <span v-if="this.currName === 'zhengxinAreas'" style="cursor: pointer;margin-left: 5px">区域评估</span>
          <span v-if="this.currName === 'zhengxinPlats'" style="cursor: pointer;margin-left: 5px">平台评估</span>
        </div>
@@ -111,7 +111,7 @@
            <span class="list_name" style="width: 100px;">评估模式</span>
            <div style="padding: 7px 0;">
              <RadioGroup v-model="addMessage.Type"
                v-if="this.$router.currentRoute.name === 'zongheEvaluates' || this.$router.currentRoute.name === 'rentExchangeCompanyZF'">
                v-if="this.$router.currentRoute.name === 'zongheEvaluates' || this.$router.currentRoute.name === 'rentExchangeZF'">
                <Radio label="按公司评估">
                  <span>按公司评估</span>
                </Radio>