hailu
2023-06-27 52bc2b3f7b23eca3fc0d875903800d607fcf4d53
优化
7个文件已修改
331 ■■■■■ 已修改文件
src/router/index.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/routers.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/components/rongzitab4.vue 95 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/gongkaixinxi/gongshang.vue 116 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/gongkaixinxi/publicJinyinFengx.vue 109 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/gongkaixinxi/publicSifa.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/publicMessage.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js
@@ -36,7 +36,7 @@
  }
}
let bool = true
let arr=['newsDetail','rongziDebtDetail', 'publicMessage_tool','loanSchemeAndRecoveryPlan','offSiteCheckQYTP','fundMonitoring','paymentMonitoring','siteCheck','controlList','managementItem','basicAttributes_tool','reportFormsManage','rentExchange','rentExchangeCompany']
let arr=['newsDetail','rongziDebtDetail','menuPublicInfo', 'publicMessage_tool','loanSchemeAndRecoveryPlan','offSiteCheckQYTP','fundMonitoring','paymentMonitoring','siteCheck','controlList','managementItem','basicAttributes_tool','reportFormsManage','rentExchange','rentExchangeCompany']
router.beforeEach((to, from, next) => {
  if (arr.indexOf(to.name) > -1) {
    bool = false
src/router/routers.js
@@ -819,7 +819,7 @@
    redirect: '/publicMessage_tool',
    meta: {
        notCache: true,
        access: ['no_admin', 'menuPublicInfo', 'attribute_report','publicSifa','publicJinyin','publicJinyinFengx'],
        access: ['no_admin',"publicMessage_tool", 'menuPublicInfo','attribute_report','publicSifa','publicJinyin','publicJinyinFengx'],
        icon: 'custom custom-waiBu',
        title: '深度信息'
    },
@@ -828,7 +828,7 @@
        path: '/publicMessage_tool',
        name: 'publicMessage_tool',
        meta: {
            access: ['no_admin', 'menuPublicInfo'],
            access: ['no_admin', 'publicMessage_tool'],
            notCache: true,
            icon: 'custom custom-gongkaixinxi2',
            title: '工商信息'
src/view/diligenceTools/components/rongzitab4.vue
@@ -34,9 +34,9 @@
          <p style="margin-top: 8px;">暂无数据</p>
        </div>
      </TabPane>
      <TabPane label="主要融资信息" name="tab2">
      <!-- <TabPane label="主要融资信息" name="tab2">
        <!-- "targetsList[0].num" showLoading===false-->
        <div v-if="showTable && tab === 'tab2'" style="margin-top: 12px;">
          <div class="newTitle" id="guQuanRongZiXinXi">
@@ -50,19 +50,17 @@
              @on-change="changeCompanyFinancingsPageIndex" show-elevator style="float: right;margin-top: 12px;" />
          </div>
        </div>
        <!-- <div v-show="showLoading===false"> -->
        <!-- (stockPledgeType == '普通' && loadingCount < 7) ||(stockPledgeType == '新三板' && loadingCount < 7) ||(stockPledgeType == 'IPO' && loadingCount < 9) || loading -->
        <p v-show="showLoading" style="width: 150px;margin: 0 auto;margin-bottom: 12px;">
          <Icon type="ios-loading" size=18 class="demo-spin-icon-load"></Icon>
          加载中,请稍后...
        </p>
        <!-- </div> -->
        <!-- loadingCount == 1&& controlIcon===true-->
        <div v-show="showNull" style="text-align: center;margin: 20px 0;">
          <Icon custom="custom custom-kong" size="40" style="color: darkgray;"></Icon>
          <p style="margin-top: 8px;">暂无数据</p>
        </div>
      </TabPane>
      </TabPane> -->
    </Tabs>
    <!-- <Tabs name="tab" v-if='tab==="tab1"' @on-click="changeDetailTab1" style="margin-top:-100px;">
                <TabPane label="本级" name="tab1-1" >
@@ -2257,6 +2255,7 @@
                    }
                  }
                } else {
                }
                axios.request({
                  url: '/Rzdzy/InfoPrivate',
@@ -2489,6 +2488,7 @@
                      if (this.g6Data.children.length === 0) {
                        this.g6Data = {}
                        graph.clear()
                        this.showLoading=false
                        this.nullData = true
                      } else {
                        graph.data(this.g6Data);
@@ -2567,8 +2567,10 @@
      console.log(this.name, this.istab1First);
      console.log(name);
      if (name === 'tab2' && this.istab1First) {
        this.getCompanyFinancings()
      } else if (name === 'tab1') {
        this.nullData=false
        this.getBnkBorrowing()
      }
    },
@@ -2648,46 +2650,47 @@
     * 获取股权融资信息
     */
    getCompanyFinancings() {
      // this.companyFinancings = []
      this.showLoading = true
      this.showTable = false
      this.showNull = false
      this.istab1First = false
      let data = {
        name: this.name
      }
      axios.request({
        url: '/QiChaCha/GetCompanyFinancings',
        data,
        method: 'post'
      }).then(res => {
        // this.showLoading = false
        if (res.data.Check) {
          this.showTable = true
          this.baseCompanyFinancings = res.data.Data
          this.targetsList[0].num = this.baseCompanyFinancings.length
          this.changeCompanyFinancingsPageIndex(1)
      // // this.companyFinancings = []
      // this.nullData=false
      // this.showLoading = true
      // this.showTable = false
      // this.showNull = false
      // this.istab1First = false
      // let data = {
      //   name: this.name
      // }
      // axios.request({
      //   url: '/QiChaCha/GetCompanyFinancings',
      //   data,
      //   method: 'post'
      // }).then(res => {
      //   // this.showLoading = false
      //   if (res.data.Check) {
      //     this.showTable = true
      //     this.baseCompanyFinancings = res.data.Data
      //     this.targetsList[0].num = this.baseCompanyFinancings.length
      //     this.changeCompanyFinancingsPageIndex(1)
        } else {
          this.showLoading = false
          this.showNull = true
          this.baseCompanyFinancings = []
          // this.controlIcon=true
          // this.showLoading=true
          this.companyFinancings = []
          this.targetsList[0].num = 0
        }
        this.showLoading = false
        this.loading = false
        this.loadingCount++
      }, res => {
        this.showLoading = false
        this.loading = false
        this.loadingCount++
        this.baseCompanyFinancings = []
        this.companyFinancings = []
        this.targetsList[0].num = 0
      })
      //   } else {
      //     this.showLoading = false
      //     this.showNull = true
      //     this.baseCompanyFinancings = []
      //     // this.controlIcon=true
      //     // this.showLoading=true
      //     this.companyFinancings = []
      //     this.targetsList[0].num = 0
      //   }
      //   this.showLoading = false
      //   this.loading = false
      //   this.loadingCount++
      // }, res => {
      //   this.showLoading = false
      //   this.loading = false
      //   this.loadingCount++
      //   this.baseCompanyFinancings = []
      //   this.companyFinancings = []
      //   this.targetsList[0].num = 0
      // })
    },
    /**
     * 债券信息翻页
src/view/diligenceTools/gongkaixinxi/gongshang.vue
@@ -17,7 +17,7 @@
                <li class="list" style="width: 100%;">
                    <span class="list_name">企业名称</span>
                    <div class="list_value">
                        <Poptip trigger="focus" placement="bottom-start" transfer   class="node_poptip"
                        <Poptip trigger="focus" placement="bottom-start" transfer class="node_poptip"
                            style="width: 400px;float: left;margin-right: 10px;">
                            <Input v-model="searchName" size="large" @on-change="remoteMethod" @on-enter="mergeRequest"
                                placeholder="请输入企业名称"></Input>
@@ -92,7 +92,7 @@
                                <td style="width: 25%;font-weight: normal;text-align: left;background-color: #fff;">
                                    {{
                                        baseInfo.EstiblishTime ?
                                        this.getDate(baseInfo.EstiblishTime)    : '--'
                                        this.getDate(baseInfo.EstiblishTime) : '--'
                                    }}
                                </td>
                                <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;">
@@ -101,15 +101,16 @@
                                <td style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;">
                                    {{
                                        baseInfo.ApprovedTime ?
                                       this.getDate(baseInfo.ApprovedTime)  : '--'
                                        this.getDate(baseInfo.ApprovedTime) : '--'
                                    }}
                                </td>
                                <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;">
                                    营业期限
                                </td>
                                <td style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;">
                                    {{ baseInfo.FromTime ?this.getDate(baseInfo.FromTime ) : '--' }} 至 {{ baseInfo.ToTime ?this.getDate(baseInfo.ToTime)
                                        :'无固定期限' }}
                                    {{ baseInfo.FromTime ? this.getDate(baseInfo.FromTime) : '--' }} 至 {{ baseInfo.ToTime
                                        ? this.getDate(baseInfo.ToTime)
                                        : '无固定期限' }}
                                </td>
                            </tr>
                            <tr>
@@ -127,20 +128,20 @@
                                </td>
                                <td style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;">
                                    {{
                                        this.CustomMethods.numTo$_NaN(baseInfo.RegCapital,2)
                                        this.CustomMethods.numTo$_NaN(baseInfo.RegCapital, 2)
                                    }}
                                     <!-- baseInfo.regCapital?baseInfo.regCapital:'--'  -->
                                    <!-- baseInfo.regCapital?baseInfo.regCapital:'--'  -->
                                    <!-- this.CustomMethods.numTo$_NaN(baseInfo.RegCapital,2) -->
                                     <!-- // this.add(baseInfo.RegCapital, baseInfo.RegCapitalCurrency) -->
                                    <!-- // this.add(baseInfo.RegCapital, baseInfo.RegCapitalCurrency) -->
                                </td>
                                <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;">
                                    实缴资本
                                </td>
                                <td style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;">
                                    {{
                                         this.CustomMethods.numTo$_NaN(baseInfo.ActualCapital,2)
                                        this.CustomMethods.numTo$_NaN(baseInfo.ActualCapital, 2)
                                    }}
                                    <!-- this.add(baseInfo.ActualCapital, baseInfo.ActualCapitalCurrency) -->
                                </td>
@@ -198,8 +199,8 @@
                                </td>
                                <td style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;">
                                    {{
                                        baseInfo.IsMicroEnt==1 ?
                                       '是'  : '否'
                                        baseInfo.IsMicroEnt == 1 ?
                                        '是' : '否'
                                    }}
                                </td>
                            </tr>
@@ -209,8 +210,8 @@
                                </td>
                                <td style="width: 25%;font-weight: normal;text-align: left;background-color: #fff;">
                                    {{
                                        baseInfo.Type ?
                                        baseInfo.Type : '--'
                                        this.getType(baseInfo.Type)
                                    }}
                                </td>
                                <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;">
@@ -238,9 +239,9 @@
                                </td>
                                <td style="width: 25%;font-weight: normal;text-align: left;background-color: #fff;">
                                    {{
                                       !baseInfo.City && !baseInfo.District ? '--' :
                                        !baseInfo.City && !baseInfo.District ? '--' :
                                        baseInfo.City
                                    + baseInfo.District
                                        + baseInfo.District
                                    }}
                                </td>
                                <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;">
@@ -278,7 +279,7 @@
                                <td style="width: 15%;font-weight: normal;text-align: center;background-color: #f8f8f9;">
                                    国民经济行业分类
                                </td>
                                <td colspan="5" >
                                <td colspan="5">
                                    <div v-if="!baseInfo.IndustryAll">
                                        --</div>
                                    <div v-else>
@@ -319,7 +320,8 @@
                                <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;">
                                    参保人数
                                </td>
                                <td style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
                                <td
                                    style="width: 20%;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
                                    {{
                                        baseInfo.SocialStaffNum ?
                                        baseInfo.SocialStaffNum : '--'
@@ -336,7 +338,7 @@
                                    </div>
                                    <div>
                                        简称:
                                         {{ baseInfo.bondName ? baseInfo.bondName : '--' }}
                                        {{ baseInfo.bondName ? baseInfo.bondName : '--' }}
                                    </div>
                                </td>
                                <td style="width: 10%;font-weight: normal;text-align: center;background-color: #f8f8f9;">
@@ -441,14 +443,24 @@
    },
    mounted() {
        window.addEventListener('scroll', this.scrollListen, true)
        if(this.$route.query.name){
            this.searchName=this.$route.query.name
            this.selectedName=this.$route.query.name
        this.ProjId = localStorage.getItem('RiskProjectId')
        this.CompanyId = localStorage.getItem('RiskCompanyId')
        this.accessParams = this.$store.state.user.access
        if (this.accessParams.indexOf('enterpriseControl') >= 0) {
            this.accessShow = true
        } else {
            this.accessShow = false
        }
        if (this.$route.query.name) {
            this.searchName = this.$route.query.name
            this.selectedName = this.$route.query.name
            this.changeTab('tab1')
        }else{
            this.getSearchInfoList2()
        } else {
            this.getSearchInfoList()
        }
        // console.log(this.searchName, this.selectedName, this.$route.query.name);
        // this.changeTab('tab1')
    },
@@ -569,6 +581,31 @@
            })
        },
        getSearchInfoList2() {
            axios.request({
                url: '/SearchInfo/GetSearchInfoList',
                method: 'post'
            }).then(res => {
                if (res.data.Check) {
                    this.historyList = res.data.Data
                    if (this.historyList.length > 0 && this.selectedName === '') {
                        this.searchName = this.historyList[0]
                        this.selectedName = this.historyList[0]
                        console.log(this.searchName, this.selectedName, this.$route.query.name);
                        if (this.optionsList.length == 0) {
                            this.remoteMethod()
                        }
                        // this.mergeRequest(this.selectedName)
                    } else {
                        this.loading = false
                    }
                } else {
                }
            }, res => {
            })
        },
        // 获取企业基本信息
        GetTycTaxCredit() {
            let data = {
@@ -607,6 +644,16 @@
                var now = year + "-" + mon + "-" + date
                return now;
            }
        },
        getType(item){
            if(item==1){
                return '人'
            }else if(item==2){
                return '公司'
            }else {
                return '其它'
            }
        },
        // 基本信息两数相加
        add(a, b) {
@@ -1332,15 +1379,16 @@
        border-right: 1px solid #dcdee2;
    }
}
.node_poptip{
    .ivu-poptip-arrow:after{
      border-right-color: #93b3a5 !important; //根据气泡框的箭头进行调整
    }
    .ivu-poptip-inner{
      background-color: #93b3a5;
      color: #FFF;
.node_poptip {
    .ivu-poptip-arrow:after {
        border-right-color: #93b3a5 !important; //根据气泡框的箭头进行调整
    }
}
</style>
    .ivu-poptip-inner {
        background-color: #93b3a5;
        color: #FFF;
    }
}</style>
  
src/view/diligenceTools/gongkaixinxi/publicJinyinFengx.vue
@@ -76,6 +76,18 @@
                <!-- //行政处罚 -->
                <Table ref="rentList" border :columns="FLSSColumns" max-height="600" :data="tableList" v-if="tab == 'tab1'"
                    :loading="loadingTable">
                    <template slot="source" slot-scope="params">
                        <Tooltip placement="top-start" transfer theme="dark" max-width="600" v-if="params.row.type1">
                            <div >{{
                                params.row.type1.length > 150 ? `${params.row.type1.substring(0, 150)}......` :
                                params.row.type1
                            }}</div>
                            <div slot="content" style="white-space: normal;">
                                {{ params.row.type1 }}
                            </div>
                        </Tooltip>
                        <span v-else>--</span>
                    </template>
                    <template slot="action" slot-scope="params">
                        <Tooltip content="查看" class="tableActionMargin" theme="light" transfer max-width="200"
                            placement="top">
@@ -160,12 +172,10 @@
                                </td>
                            </tr>
                            <tr>
                                <td
                                    style="width: 200px;font-weight: normal;text-align: center;background-color: #f8f8f9;">
                                <td style="width: 200px;font-weight: normal;text-align: center;background-color: #f8f8f9;">
                                    清算组成员
                                </td>
                                <td colspan="3"
                                    style="font-weight: normal;text-align: left;background-color: #fff;">
                                <td colspan="3" style="font-weight: normal;text-align: left;background-color: #fff;">
                                    {{ QSXX.member ? QSXX.member : '--' }}
                                </td>
                            </tr>
@@ -173,7 +183,8 @@
                    </table>
                </div>
                <!-- 动产抵押 -->
                <Table ref="rentList" border :columns="pochanListColumns" max-height="600" :data="tableList" v-if="tab == 'tab7'" :loading="loadingTable">
                <Table ref="rentList" border :columns="pochanListColumns" max-height="600" :data="tableList"
                    v-if="tab == 'tab7'" :loading="loadingTable">
                    <template slot="action" slot-scope="params">
                        <Tooltip content="查看" class="tableActionMargin" theme="light" transfer max-width="200"
                            placement="top">
@@ -226,7 +237,7 @@
                        </Tooltip>
                    </template>
                </Table>
                <div style="margin-top: 12px" v-if="tab!='tab6'">
                <div style="margin-top: 12px" v-if="tab != 'tab6'">
                    <Page :current="pageIndex" :total="TotalItems" :page-size="pageSize" style="text-align: right"
                        @on-change="changePageIndex" ref="pagesChange1" show-elevator />
                </div>
@@ -1501,7 +1512,7 @@
            ZYMXDetailModal: false,
            showTab6:true,
            showTab6: true,
        }
    },
    mounted() {
@@ -1682,6 +1693,18 @@
                if (res.data.Check) {
                    this.tableList = res.data.Data.Items
                    this.TotalItems = res.data.Data.TotalItems
                    for (let i = 0; i < this.tableList.length; i++) {
                        if (this.tableList[i].source == '信用中国') {
                            let type1 = this.tableList[i].type ? this.tableList[i].type + ';' : ''
                            let type2 = this.tableList[i].typeSecond ? this.tableList[i].typeSecond + ';' : ''
                            let type = type1 + type2
                            this.tableList[i].type1=type
                            this.tableList=JSON.parse(JSON.stringify(this.tableList))
                        } else {
                            this.tableList[i].type1=this.tableList[i].reason
                            this.tableList=JSON.parse(JSON.stringify(this.tableList))
                        }
                    }
                } else {
                    this.tableList = []
                    this.TotalItems = 0
@@ -1734,12 +1757,12 @@
        //获取欠税公告详情
        getCourtNoticeInfo(params) {
            this.courtNoticeListDetail = params.row
                // this.$nextTick(() => {
                //     $('.contentClass2 a').removeAttr('href')
                //     $('.contentClass2 a').css({ cursor: 'auto', color: '#515a6e' })
                // })
            // this.$nextTick(() => {
            //     $('.contentClass2 a').removeAttr('href')
            //     $('.contentClass2 a').css({ cursor: 'auto', color: '#515a6e' })
            // })
            this.courtNoticeListDetailModal = true
        },
        //获取税收违法
        getCourtAnnouncement() {
@@ -1882,14 +1905,14 @@
            }).then(res => {
                if (res.data.Check) {
                    this.QSXX = res.data.Data
                    this.showTab6=false
                    this.showTab6 = false
                } else {
                    this.QSXX = {}
                    this.showTab6=true
                    this.showTab6 = true
                }
            }, res => {
                this.QSXX = {}
                this.showTab6=true
                this.showTab6 = true
            })
        },
@@ -2131,6 +2154,20 @@
                return params.reason ? params.reason : '--'
            }
        },
        // getSource(params) {
        //     if (params.source == '信用中国') {
        //         let type1 = params.type ? params.type + ';' : ''
        //         let type2 = params.typeSecond ? params.typeSecond + ';' : ''
        //         let type = type1 + type2
        //         if(type.length==0){
        //             return
        //         }
        //         return type ? type : '--'
        //     } else {
        //         return params.reason ? params.reason : '--'
        //     }
        // },
        getSource2(params) {
            if (params.source == '信用中国') {
                return params.punishName ? params.punishName : '--'
@@ -2154,7 +2191,6 @@
                        params.row.ItemIndex
                    )
                },
                fixed: 'left'
            })
            columns.push({
                title: '决定文书号',
@@ -2167,10 +2203,10 @@
            })
            columns.push({
                title: '处罚事由/违法行为类型',
                key: 'source',
                render: (h, params) => {
                    return h('span', this.getSource1(params.row))
                },
                slot: 'source',
                // render: (h, params) => {
                //     return h('span', this.getSource1(params.row))
                // },
                minWidth: 200
            })
            columns.push({
@@ -2212,7 +2248,8 @@
                title: '操作',
                slot: 'action',
                width: 100,
                align: 'center'
                align: 'center',
                fixed: 'right'
            })
            return columns
        },
@@ -2324,7 +2361,7 @@
                render: (h, params) => {
                    return h('span', params.row.publish_time ? params.row.publish_time : '--')
                },
                width:120
                width: 120
            })
            columns.push({
                title: '操作',
@@ -2484,8 +2521,8 @@
                render: (h, params) => {
                    return h('span', params.row.baseInfo && params.row.baseInfo.regDate ? params.row.baseInfo.regDate : '--')
                },
                width:120
                width: 120
            })
            columns.push({
                title: '登记编号',
@@ -2493,7 +2530,7 @@
                render: (h, params) => {
                    return h('span', params.row.baseInfo && params.row.baseInfo.regNum ? params.row.baseInfo.regNum : '--')
                },
                mimWidth:150
                mimWidth: 150
            })
            columns.push({
                title: '被担保债权类型',
@@ -2501,7 +2538,7 @@
                render: (h, params) => {
                    return h('span', params.row.baseInfo && params.row.baseInfo.type ? params.row.baseInfo.type : '--')
                },
                width:150
                width: 150
            })
            columns.push({
                title: '被担保债权数额',
@@ -2509,7 +2546,7 @@
                render: (h, params) => {
                    return h('span', params.row.baseInfo && params.row.baseInfo.amount ? params.row.baseInfo.amount : '--')
                },
                width:150
                width: 150
            })
            columns.push({
                title: '登记机关',
@@ -2517,7 +2554,7 @@
                render: (h, params) => {
                    return h('span', params.row.baseInfo && params.row.baseInfo.regDepartment ? params.row.baseInfo.regDepartment : '--')
                },
                width:150
                width: 150
            })
            columns.push({
                title: '状态',
@@ -2525,7 +2562,7 @@
                render: (h, params) => {
                    return h('span', params.row.baseInfo && params.row.baseInfo.status ? params.row.baseInfo.status : '--')
                },
                width:120
                width: 120
            })
            columns.push({
                title: '操作',
@@ -2690,8 +2727,8 @@
                render: (h, params) => {
                    return h('span', params.row.regNumber ? params.row.regNumber : '--')
                },
                minWidth:120
                minWidth: 120
            })
            columns.push({
                title: '出质人',
@@ -2699,7 +2736,7 @@
                render: (h, params) => {
                    return h('span', params.row.pledgor ? params.row.pledgor : '--')
                },
                width:120
                width: 120
                // minWidth:200
            })
            columns.push({
@@ -2708,7 +2745,7 @@
                render: (h, params) => {
                    return h('span', params.row.pledgee ? params.row.pledgee : '--')
                },
                minWidth:200
                minWidth: 200
            })
            columns.push({
                title: '状态',
@@ -2716,7 +2753,7 @@
                render: (h, params) => {
                    return h('span', params.row.state ? params.row.state : '--')
                },
                width:120
                width: 120
            })
            columns.push({
                title: '出质股权数额',
@@ -2724,7 +2761,7 @@
                render: (h, params) => {
                    return h('span', params.row.equityAmount ? params.row.equityAmount : '--')
                },
                width:120
                width: 120
            })
            columns.push({
@@ -2733,7 +2770,7 @@
                render: (h, params) => {
                    return h('span', params.row.putDate ? this.getDate(params.row.putDate) : '--')
                },
                width:120
                width: 120
            })
            columns.push({
src/view/diligenceTools/gongkaixinxi/publicSifa.vue
@@ -848,7 +848,7 @@
                            <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">创建时间
                            </td>
                            <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;">
                                {{ caseFilingListDetail.CreateTime ? caseFilingListDetail.CreateTime : '--' }}
                                {{ caseFilingListDetail.createTime ? caseFilingListDetail.createTime.indexOf(' ')>-1?caseFilingListDetail.createTime.replaceAll('/','-'):this.getDate(caseFilingListDetail.createTime) : '--' }}
                            </td>
                        </tr>
src/view/diligenceTools/publicMessage.vue
@@ -250,9 +250,6 @@
            }else{
              this.topTrue=false
            }
          },
          deep: true, // 深度监听
          immediate: true, // 第一次初始化渲染就可以监听到