mahuan@syspetro.com
2021-01-26 1547dfe4385f0a33cd6fdae80d359ece79b620cc
最新代码存档
3个文件已修改
2130 ■■■■■ 已修改文件
src/view/MainEvaluation/ProjectManagement.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/MainEvaluation/components/d3Chart.vue 27 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/components/tab6.vue 2092 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/MainEvaluation/ProjectManagement.vue
@@ -647,7 +647,7 @@
        <Icon type="ios-paper-outline" style="margin-right: 10px;"></Icon>
        <span>智能生成股权结构</span>
      </p>
      <div>
      <div v-if="rightStockListAutoModal">
        <Table max-height="450" border
               :columns="rightStockListAutoListColumns"
               :data="rightStockListAutoList"
@@ -706,10 +706,10 @@
      draggable
      footer-hide
      :mask-closable="false"
      width="500px"
      width="750px"
      class-name="vertical-center-modal">
      <p slot="header">
        <Icon custom="custom custom-guquan_w" style="margin-right: 10px;"></Icon>
        <Icon type="ios-paper-outline" style="margin-right: 10px;"></Icon>
        <span>智能导入结果</span>
      </p>
      <div>
@@ -1639,6 +1639,7 @@
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.selectedCompanyNameList = []
          this.rightStockListAutoList = res.data.Data
          this.rightStockListAutoModal = true
          $('.ivu-modal > .ivu-modal-content-drag').css('left', '10%')
@@ -1773,6 +1774,10 @@
        key: 'CompanyName'
      })
      columns.push({
        title: '直接股东名称',
        key: 'StockHolderName'
      })
      columns.push({
        title: '股权比例(%)',
        key: 'StockPercent',
        align: 'right',
src/view/MainEvaluation/components/d3Chart.vue
@@ -99,6 +99,15 @@
  methods: {
    /**
     * 跳转至详情页面
     * d : 当前点击的公司信息
     */
    showPublicMessage(d){
      if (d.data.Name.indexOf('自动生成') == -1 && d.data.Name.length > 4){
        window.open(`#/publicMessage_tool?name=${d.data.Name}`, '_blank')
      }
    },
    /**
     * 全屏事件
     */
    toFcreenfull () {
@@ -210,6 +219,9 @@
        .style('fill', d => {
          return d._children ? '#fff' : (d.depth ? '#fff' : '#2d8bef')
        })
        .on('click', (d) => {
          this.showPublicMessage(d)
        })
      // 创建圆 加减
      nodeEnter.append('circle')
@@ -274,6 +286,9 @@
          let str = (d.data.CompanyName.length > 20) ? d.data.CompanyName.substr(0, 20) : d.data.CompanyName
          return str
        })
        .on('click', (d) => {
          this.showPublicMessage(d)
        })
      // 名称过长 第二段
      nodeEnter.append('text')
@@ -302,6 +317,9 @@
          }
          return str
        })
        .on('click', (d) => {
          this.showPublicMessage(d)
        })
      // 名称过长 第三段
      nodeEnter.append('text')
        .attr('class', 'text-style-name')
@@ -329,6 +347,9 @@
          }
          return str
        })
        .on('click', (d) => {
          this.showPublicMessage(d)
        })
      //股权及认缴金额
      nodeEnter.append('text')
        .attr('class', 'num-style-name')
@@ -349,6 +370,9 @@
            str = ''
          }
          return str
        })
        .on('click', (d) => {
          this.showPublicMessage(d)
        })
      nodeEnter.append('text')
        .attr('class', 'num-style-name')
@@ -375,6 +399,9 @@
          }
          return str
        })
        .on('click', (d) => {
          this.showPublicMessage(d)
        })
      // 认缴金额
      // nodeEnter.append('text')
      //   .attr('class', 'text-style-money')
src/view/diligenceTools/components/tab6.vue
@@ -1,6 +1,6 @@
<template>
  <div style="position: relative;">
    <Spin v-show="loadingCount < 13 || loading" fix>
    <Spin v-show="loadingCount < 21 || loading" fix>
      <Icon type="ios-loading" size=18 class="demo-spin-icon-load"></Icon>
      <div>Loading</div>
    </Spin>
@@ -98,7 +98,7 @@
        <Radio :label="2">中性</Radio>
        <Radio :label="3">积极</Radio>
      </RadioGroup>
      <span style="color:#2d8bef;font-size:14px;margin-left: 18px;">{{total_companyNews}}</span>
      <span style="color:#2d8bef;font-size:14px;margin-left: 18px;">{{ total_companyNews }}</span>
      <div class="clearfix" style="margin-top: 12px;">
        <div class="company-news-left">
          <div class="details">
@@ -114,8 +114,10 @@
              <div style="margin-top: 8px;">
                <span style="padding-right: 20px;">发布时间: {{ item.PublishTime }}</span>
                <span style="padding-right: 20px;">发布来源: {{ item.Source }}</span>
                <span @click="showDetail(item.NewsId,item.Title,item.EmotionType,item.NewsTags,item.PublishTime,item.Source)" class="newsFlash"
                     style="cursor:pointer;text-decoration: #5094f1;"><u>新闻快照</u>
                <span
                  @click="showDetail(item.NewsId,item.Title,item.EmotionType,item.NewsTags,item.PublishTime,item.Source)"
                  class="newsFlash"
                  style="cursor:pointer;text-decoration: #5094f1;"><u>新闻快照</u>
                </span>
              </div>
            </div>
@@ -310,6 +312,191 @@
              :total="targetsList[11].num"
              :page-size="5"
              @on-change="changeMicroblogPageIndex"
              show-elevator style="float: right;margin-top: 12px;"/>
      </div>
    </div>
    <div v-if="targetsList[12].num" style="margin-top: 12px;">
      <div class="newTitle" id="GetLandPublishList">
        地块公示
        <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ targetsList[12].num }}</span>
      </div>
      <div class="clearfix">
        <Table :data="landPublishList"
               :columns="landPublishListColumns"
               transfer
               border>
          <template slot="action" slot-scope="params">
            <Tooltip content="查看" class="tableActionMargin" theme="light" transfer
                     placement="top">
              <Icon custom="custom custom-chakan" size="18"
                    class="actionIcon" @click="GetLandPublishListDetail (params)"/>
            </Tooltip>
          </template>
        </Table>
        <Page :current="landPublishListPageIndex"
              :total="targetsList[12].num"
              :page-size="5"
              @on-change="changeLandPublishListPageIndex"
              show-elevator style="float: right;margin-top: 12px;"/>
      </div>
    </div>
    <div v-if="targetsList[13].num" style="margin-top: 12px;">
      <div class="newTitle" id="GetLandTransferList">
        土地转让
        <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ targetsList[13].num }}</span>
      </div>
      <div class="clearfix">
        <Table :data="landTransferList"
               :columns="landTransferListColumns"
               transfer
               border>
          <template slot="action" slot-scope="params">
            <Tooltip content="查看" class="tableActionMargin" theme="light" transfer
                     placement="top">
              <Icon custom="custom custom-chakan" size="18"
                    class="actionIcon" @click="GetLandTransferListDetail (params)"/>
            </Tooltip>
          </template>
        </Table>
        <Page :current="landTransferListPageIndex"
              :total="targetsList[13].num"
              :page-size="5"
              @on-change="changeLandTransferListPageIndex"
              show-elevator style="float: right;margin-top: 12px;"/>
      </div>
    </div>
    <div v-if="targetsList[14].num" style="margin-top: 12px;">
      <div class="newTitle" id="GetTaxCreditList">
        税务信用
        <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ targetsList[14].num }}</span>
      </div>
      <div class="clearfix">
        <Table :data="taxCreditList"
               :columns="taxCreditListColumns"
               transfer
               border>
        </Table>
        <Page :current="taxCreditListPageIndex"
              :total="targetsList[14].num"
              :page-size="5"
              @on-change="changeTaxCreditListPageIndex"
              show-elevator style="float: right;margin-top: 12px;"/>
      </div>
    </div>
    <div v-if="targetsList[15].num" style="margin-top: 12px;">
      <div class="newTitle" id="GetCustomerList">
        客户
        <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ targetsList[15].num }}</span>
      </div>
      <div class="clearfix">
        <Table :data="customerList"
               :columns="customerListColumns"
               transfer
               border>
        </Table>
        <Page :current="customerListPageIndex"
              :total="targetsList[15].num"
              :page-size="5"
              @on-change="changeCustomerListPageIndex"
              show-elevator style="float: right;margin-top: 12px;"/>
      </div>
    </div>
    <div v-if="targetsList[16].num" style="margin-top: 12px;">
      <div class="newTitle" id="GetSupplierList">
        供应商
        <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ targetsList[16].num }}</span>
      </div>
      <div class="clearfix">
        <Table :data="supplierList"
               :columns="supplierListColumns"
               transfer
               border>
        </Table>
        <Page :current="supplierListPageIndex"
              :total="targetsList[16].num"
              :page-size="5"
              @on-change="changeSupplierListPageIndex"
              show-elevator style="float: right;margin-top: 12px;"/>
      </div>
    </div>
    <div v-if="targetsList[17].num" style="margin-top: 12px;">
      <div class="newTitle" id="GetTelecomLicenseList">
        电信许可
        <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ targetsList[17].num }}</span>
      </div>
      <div class="clearfix">
        <Table :data="telecomLicenseList"
               :columns="telecomLicenseListColumns"
               transfer
               border>
          <template slot="action" slot-scope="params">
            <Tooltip content="查看" class="tableActionMargin" theme="light" transfer
                     placement="top">
              <Icon custom="custom custom-chakan" size="18"
                    class="actionIcon" @click="GetTelecomLicenseDetail (params)"/>
            </Tooltip>
          </template>
        </Table>
        <Page :current="telecomLicenseListPageIndex"
              :total="targetsList[17].num"
              :page-size="5"
              @on-change="changeTelecomLicenseListPageIndex"
              show-elevator style="float: right;margin-top: 12px;"/>
      </div>
    </div>
    <div style="margin-top: 12px;">
      <div class="newTitle" id="jianZhuZiGe">
        建筑资格
      </div>
      <div class="cicleTitle">
        <span class="cicle"></span>
        资质资格
        <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ qualificationListCount }}</span>
      </div>
      <div class="clearfix">
        <Table :data="qualificationList"
               :columns="qualificationListColumns"
               transfer
               border>
          <template slot="action" slot-scope="params">
            <Tooltip content="查看" class="tableActionMargin" theme="light" transfer
                     placement="top">
              <Icon custom="custom custom-chakan" size="18"
                    class="actionIcon" @click="GetQualificationListDetail (params)"/>
            </Tooltip>
          </template>
        </Table>
        <Page :current="qualificationListPageIndex"
              :total="qualificationListCount"
              :page-size="5"
              @on-change="changeQualificationListPageIndex"
              show-elevator style="float: right;margin-top: 12px;"/>
      </div>
      <div class="cicleTitle">
        <span class="cicle"></span>
        工程项目
        <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ buildingProjectListCount }}</span>
      </div>
      <div class="clearfix">
        <Table :data="buildingProjectList"
               :columns="buildingProjectListColumns"
               transfer
               border>
          <template slot="ConsCoyList" slot-scope="params">
            <p v-for="(item,index) in params.row.ConsCoyList ? params.row.ConsCoyList : []" :key="index">{{item.Name}}</p>
          </template>
          <template slot="action" slot-scope="params">
            <Tooltip content="查看" class="tableActionMargin" theme="light" transfer
                     placement="top">
              <Icon custom="custom custom-chakan" size="18"
                    class="actionIcon" @click="GetBuildingProjectListDetail (params)"/>
            </Tooltip>
          </template>
        </Table>
        <Page :current="buildingProjectListPageIndex"
              :total="buildingProjectListCount"
              :page-size="5"
              @on-change="changeBuildingProjectListPageIndex"
              show-elevator style="float: right;margin-top: 12px;"/>
      </div>
    </div>
@@ -921,6 +1108,904 @@
      </div>
    </Modal>
    <!--资质证书详情-->
    <!--地块公示详情-->
    <Modal
      v-model="landPublishListModal"
      draggable
      footer-hide
      :mask-closable="false"
      class-name="vertical-center-modal"
      width="900">
      <p slot="header">
        <Icon custom="custom custom-chakan" style="margin-right: 10px;"></Icon>
        <span>地块公示信息</span>
      </p>
      <div style="max-height: 600px;overflow-y: auto;">
        <div style="margin-bottom: 12px;">
          <div style="padding: 4px 0;">
            地块基本信息
          </div>
        </div>
        <table class="customTable" width="100%" cellspacing="0">
          <tbody>
          <tr>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              宗地编号
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              {{ landPublishListDetail.LandNo ? landPublishListDetail.LandNo : '--' }}
            </td>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              地块位置
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              {{ landPublishListDetail.Address ? landPublishListDetail.Address : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              {{ landPublishListDetail.Acreage ? landPublishListDetail.Acreage : '--' }}
            </td>
            <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;">
              {{ landPublishListDetail.Purpose ? landPublishListDetail.Purpose : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              {{ landPublishListDetail.ProjectName ? landPublishListDetail.ProjectName : '--' }}
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              {{ landPublishListDetail.Remarks ? landPublishListDetail.Remarks : '--' }}
            </td>
            <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;">
              {{ landPublishListDetail.PublishTerm ? landPublishListDetail.PublishTerm : '--' }}
            </td>
          </tr>
          <tr>
          <tr>
            <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;">
              {{ landPublishListDetail.PublishGov ? landPublishListDetail.PublishGov : '--' }}
            </td>
            <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;">
              {{ landPublishListDetail.PublishDate ? landPublishListDetail.PublishDate : '--' }}
            </td>
          </tr>
          <tr>
            <td style="background-color: #f8f8f9;text-align: center;">意见反馈方式</td>
            <td colspan="3">
              {{ landPublishListDetail.Explains ? landPublishListDetail.Explains : '--' }}
            </td>
          </tr>
          </tbody>
        </table>
        <div style="margin-bottom: 12px;">
          <div style="padding: 14px 0 4px;">
            联系方式
          </div>
        </div>
        <table class="customTable" width="100%" cellspacing="0">
          <tbody>
          <tr>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              联系单位
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              {{ landPublishListDetail.ContactUnit ? landPublishListDetail.ContactUnit : '--' }}
            </td>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              单位住址
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              {{ landPublishListDetail.UnitAddress ? landPublishListDetail.UnitAddress : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              {{ landPublishListDetail.PostCode ? landPublishListDetail.PostCode : '--' }}
            </td>
            <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;">
              {{ landPublishListDetail.ContactNumber ? landPublishListDetail.ContactNumber : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              {{ landPublishListDetail.ContactPerson ? landPublishListDetail.ContactPerson : '--' }}
            </td>
            <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;">
              {{ landPublishListDetail.Email ? landPublishListDetail.Email : '--' }}
            </td>
          </tr>
          </tbody>
        </table>
      </div>
    </Modal>
    <!--地块公示详情-->
    <!--土地转让详情-->
    <Modal
      v-model="landTransferListModal"
      draggable
      footer-hide
      :mask-closable="false"
      class-name="vertical-center-modal"
      width="900">
      <p slot="header">
        <Icon custom="custom custom-chakan" style="margin-right: 10px;"></Icon>
        <span>土地转让详情</span>
      </p>
      <div style="max-height: 600px;overflow-y: auto;">
        <table class="customTable" width="100%" cellspacing="0">
          <tbody>
          <tr>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              宗地标识
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              {{ landTransferListDetail.LandSign ? landTransferListDetail.LandSign : '--' }}
            </td>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              宗地编号
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              {{ landTransferListDetail.LandNo ? landTransferListDetail.LandNo : '--' }}
            </td>
          </tr>
          <tr>
            <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">宗地坐落</td>
            <td colspan="3">
              {{ landTransferListDetail.Address ? landTransferListDetail.Address : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              {{ landTransferListDetail.AdminArea ? landTransferListDetail.AdminArea : '--' }}
            </td>
            <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;">
              {{ landTransferListDetail.Purpose ? landTransferListDetail.Purpose : '--' }}
            </td>
          </tr>
          <tr>
          <tr>
            <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;">
              {{
                landTransferListDetail.OldOwner && landTransferListDetail.OldOwner.Name ? landTransferListDetail.OldOwner.Name : '--'
              }}
            </td>
            <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;">
              {{
                landTransferListDetail.NewOwner && landTransferListDetail.NewOwner.Name ? landTransferListDetail.NewOwner.Name : '--'
              }}
            </td>
          </tr>
          <tr>
            <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;">
              {{ landTransferListDetail.Acreage ? landTransferListDetail.Acreage : '--' }}
            </td>
            <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;">
              {{ landTransferListDetail.TransTime ? landTransferListDetail.TransTime : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              {{ landTransferListDetail.UseType ? landTransferListDetail.UseType : '--' }}
            </td>
            <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;">
              {{ landTransferListDetail.UseYears ? landTransferListDetail.UseYears : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              {{ landTransferListDetail.TransferType ? landTransferListDetail.TransferType : '--' }}
            </td>
            <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;">
              {{ landTransferListDetail.TransAmt ? landTransferListDetail.TransAmt : '--' }}
            </td>
          </tr>
          </tbody>
        </table>
      </div>
    </Modal>
    <!--土地转让详情-->
    <!--电信许可详情-->
    <Modal
      v-model="telecomLicenseModal"
      draggable
      footer-hide
      :mask-closable="false"
      class-name="vertical-center-modal"
      width="900">
      <p slot="header">
        <Icon custom="custom custom-chakan" style="margin-right: 10px;"></Icon>
        <span>电信许可详情</span>
      </p>
      <div style="max-height: 600px;overflow-y: auto;">
        <div style="margin-bottom: 12px;">
          <div style="padding: 4px 0;">
            基本信息
          </div>
        </div>
        <table class="customTable" width="100%" cellspacing="0">
          <tbody>
          <tr>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              企业名称
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              {{ telecomLicenseDetail.CompanyName ? telecomLicenseDetail.CompanyName : '--' }}
            </td>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              许可证号
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              {{ telecomLicenseDetail.LicenseNo ? telecomLicenseDetail.LicenseNo : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              {{ telecomLicenseDetail.IsValid ? telecomLicenseDetail.IsValid : '--' }}
            </td>
            <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;">
              {{ telecomLicenseDetail.Scope ? telecomLicenseDetail.Scope : '--' }}
            </td>
          </tr>
          </tbody>
        </table>
        <div style="margin-bottom: 12px;">
          <div style="padding: 14px 0 4px 0;">
            年报公示
          </div>
        </div>
        <table class="customTable" width="100%" cellspacing="0">
          <tbody>
          <tr>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              企业名称
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              {{ telecomLicenseDetail.CompanyName ? telecomLicenseDetail.CompanyName : '--' }}
            </td>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              统一社会信用代码
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              {{ telecomLicenseDetail.LicenseNo ? telecomLicenseDetail.LicenseNo : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          </tbody>
        </table>
      </div>
    </Modal>
    <!--电信许可详情-->
    <!--资质资格详情-->
    <Modal
      v-model="qualificationListDetailModal"
      draggable
      footer-hide
      :mask-closable="false"
      class-name="vertical-center-modal"
      width="900">
      <p slot="header">
        <Icon custom="custom custom-chakan" style="margin-right: 10px;"></Icon>
        <span>资质详情</span>
      </p>
      <div style="max-height: 600px;overflow-y: auto;">
        <div style="margin-bottom: 12px;">
          <div style="padding: 4px 0;">
            资质资格
          </div>
        </div>
        <table class="customTable" width="100%" cellspacing="0">
          <tbody>
          <tr>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              设计资质
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              {{ qualificationListDetail.Category ? qualificationListDetail.Category : '--' }}
            </td>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              资质证书号
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              字段未知
            </td>
          </tr>
          <tr>
            <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">资质名称</td>
            <td colspan="3">
              {{ qualificationListDetail.CertName ? qualificationListDetail.CertName : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              {{ qualificationListDetail.SignDate ? qualificationListDetail.SignDate : '--' }}
            </td>
            <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;">
              {{ qualificationListDetail.ValidPeriod ? qualificationListDetail.ValidPeriod : '--' }}
            </td>
          </tr>
          <tr>
            <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">发证机关</td>
            <td colspan="3">
              {{ qualificationListDetail.SignDept ? qualificationListDetail.SignDept : '--' }}
            </td>
          </tr>
          </tbody>
        </table>
        <div style="margin-bottom: 12px;">
          <div style="padding: 14px 0 4px 0;">
            证书信息
          </div>
        </div>
        <table class="customTable" width="100%" cellspacing="0">
          <tbody>
          <tr>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              企业名称
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              字段未知
            </td>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              证书编号
            </td>
            <td
              style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              {{ qualificationListDetail.CertNo ? qualificationListDetail.CertNo : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              {{ qualificationListDetail.SignDate ? qualificationListDetail.SignDate : '--' }}
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">资质范围</td>
            <td colspan="3">
              字段未知
            </td>
          </tr>
          <tr>
            <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">备注</td>
            <td colspan="3">
              字段未知
            </td>
          </tr>
          </tbody>
        </table>
      </div>
    </Modal>
    <!--资质资格详情-->
    <!--工程项目详情-->
    <Modal
      v-model="buildingProjectListDetailModal"
      draggable
      footer-hide
      :mask-closable="false"
      class-name="vertical-center-modal"
      width="900">
      <p slot="header">
        <Icon custom="custom custom-chakan" style="margin-right: 10px;"></Icon>
        <span>项目详情</span>
      </p>
      <div style="max-height: 600px;overflow-y: auto;">
        <div style="margin-bottom: 12px;">
          <div style="padding: 4px 0;">
            基本信息
          </div>
        </div>
        <table class="customTable" width="100%" cellspacing="0">
          <tbody>
          <tr>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              项目名称
            </td>
            <td colspan="3" style="border-top: 1px solid #dcdee2;">
              {{ buildingProjectListDetail.ProjectName ? buildingProjectListDetail.ProjectName : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              {{ buildingProjectListDetail.No ? buildingProjectListDetail.No : '--' }}
            </td>
            <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;">
              {{ buildingProjectListDetail.ProvinceNo ? buildingProjectListDetail.ProvinceNo : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              {{ buildingProjectListDetail.ConsCoyList&&buildingProjectListDetail.ConsCoyList.Name ? buildingProjectListDetail.ConsCoyList.Name : '--' }}
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              {{ buildingProjectListDetail.Identification ? buildingProjectListDetail.Identification : '--' }}
            </td>
            <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;">
              {{ buildingProjectListDetail.Purpose ? buildingProjectListDetail.Purpose : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              {{ buildingProjectListDetail.Level ? buildingProjectListDetail.Level : '--' }}
            </td>
            <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;">
              {{ buildingProjectListDetail.GrossInvestment ? buildingProjectListDetail.GrossInvestment : '--' }}
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          </tbody>
        </table>
        <div style="margin-bottom: 12px;">
          <div style="padding: 14px 0 4px 0;">
            招投标
          </div>
        </div>
        <table class="customTable" width="100%" cellspacing="0">
          <tbody>
          <tr>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              中标单位名称
            </td>
            <td colspan="3" style="border-top: 1px solid #dcdee2;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          </tbody>
        </table>
        <div style="margin-bottom: 12px;">
          <div style="padding: 14px 0 4px 0;">
            施工图审查
          </div>
        </div>
        <table class="customTable" width="100%" cellspacing="0">
          <tbody>
          <tr>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              设计单位名称
            </td>
            <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              字段未知
            </td>
            <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              勘察单位名称
            </td>
            <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          </tbody>
        </table>
        <div style="margin-bottom: 12px;">
          <div style="padding: 14px 0 4px 0;">
            合同备案
          </div>
        </div>
        <table class="customTable" width="100%" cellspacing="0">
          <tbody>
          <tr>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              合同类型
            </td>
            <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              字段未知
            </td>
            <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              合同金额
            </td>
            <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">
              省级合同备案编号
            </td>
            <td colspan="3">
              字段未知
            </td>
          </tr>
          </tbody>
        </table>
        <div style="margin-bottom: 12px;">
          <div style="padding: 14px 0 4px 0;">
            施工许可
          </div>
        </div>
        <table class="customTable" width="100%" cellspacing="0">
          <tbody>
          <tr>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              合同金额
            </td>
            <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              字段未知
            </td>
            <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              面积
            </td>
            <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">
              省级施工许可证编号
            </td>
            <td colspan="3">
              字段未知
            </td>
          </tr>
          </tbody>
        </table>
        <div style="margin-bottom: 12px;">
          <div style="padding: 14px 0 4px 0;">
            竣工验收备案
          </div>
        </div>
        <table class="customTable" width="100%" cellspacing="0">
          <tbody>
          <tr>
            <td
              style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              实际造价
            </td>
            <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              字段未知
            </td>
            <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;border-top: 1px solid #dcdee2;">
              实际面积
            </td>
            <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          <tr>
            <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;">
              字段未知
            </td>
            <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;">
              字段未知
            </td>
          </tr>
          </tbody>
        </table>
      </div>
    </Modal>
    <!--工程项目详情-->
  </div>
</template>
@@ -1012,6 +2097,41 @@
          target: 'GetMicroblog',
          num: 0
        },
        {
          title: '地块公示',
          target: 'GetLandPublishList',
          num: 0
        },
        {
          title: '土地转让',
          target: 'GetLandTransferList',
          num: 0
        },
        {
          title: '税务信用',
          target: 'GetTaxCreditList',
          num: 0
        },
        {
          title: '客户',
          target: 'GetCustomerList',
          num: 0
        },
        {
          title: '供应商',
          target: 'GetSupplierList',
          num: 0
        },
        {
          title: '电信许可',
          target: 'GetTelecomLicenseList',
          num: 0
        },
        {
          title: '建筑资格',
          target: 'jianZhuZiGe',
          num: ''
        },
      ],//跳转list
      tender: [],//招投标信息
@@ -1032,7 +2152,7 @@
      companyNews: [],//企业新闻搜索
      companyNewsPageIndex: 1,//企业新闻搜索页码
      searchEmotionType: 1,//情感状态 1-消极,2-中性,3-积极
      total_companyNews:0,//当前情感状态总条数
      total_companyNews: 0,//当前情感状态总条数
      trademark: [],//商标信息
      trademarkDetail: {},//商标信息详情
@@ -1064,6 +2184,43 @@
      microblog: [],//微博
      microblogPageIndex: 1,//微博页码
      landPublishList: [],//地块公示
      landPublishListDetail: {},//地块公示详情
      landPublishListModal: false,//地块公示详情modal
      landPublishListPageIndex: 1,//地块公示页码
      landTransferList: [],//土地转让
      landTransferListDetail: {},//土地转让详情
      landTransferListModal: false,//土地转让详情modal
      landTransferListPageIndex: 1,//土地转让页码
      taxCreditListAll: [],//税务信用(全部)
      taxCreditList: [],//税务信用
      taxCreditListPageIndex: 1,//页码
      customerList: [],//客户
      customerListPageIndex: 1,//客户页码
      supplierList: [],//供应商
      supplierListPageIndex: 1,//供应商页码
      telecomLicenseListAll: [],//电信许可(存档)
      telecomLicenseList: [],//电信许可
      telecomLicenseDetail: {},//电信许可详情
      telecomLicenseModal: false,//电信许可详情modal
      telecomLicenseListPageIndex: 1,//电信许可页码
      qualificationList:[],//资质资格
      qualificationListPageIndex: 1,//页码
      qualificationListCount:0,//总条数
      qualificationListDetail:{},//详情
      qualificationListDetailModal:false,//详情modal
      buildingProjectList:[],//工程项目
      buildingProjectListPageIndex: 1,//页码
      buildingProjectListCount:0,//总条数
      buildingProjectListDetail:{},//详情
      buildingProjectListDetailModal:false,//详情modal
    }
  },
  mounted () {
@@ -1081,6 +2238,14 @@
      this.GetCompanyWebSite()
      this.GetPublicWeChat()
      this.GetMicroblog()
      this.GetLandPublishList()
      this.GetLandTransferList()
      this.GetTaxCreditList()
      this.GetCustomerList()
      this.GetSupplierList()
      this.GetTelecomLicenseList()
      this.GetQualificationList()
      this.GetBuildingProjectList()
    }
  },
  methods: {
@@ -1093,8 +2258,8 @@
     * @param PublishTime: PublishTime
     * @param Source: Source
     */
    showDetail(NewsId,Title,EmotionType,NewsTags,PublishTime,Source) {
      let title = Title.replace(/\%/g,"%25").replace(/\#/g,"%23").replace(/\&/g,"%26")
    showDetail (NewsId, Title, EmotionType, NewsTags, PublishTime, Source) {
      let title = Title.replace(/\%/g, '%25').replace(/\#/g, '%23').replace(/\&/g, '%26')
      window.open(`#/newsDetail?NewsId=${NewsId}&Title=${title}&EmotionType=${EmotionType}&NewsTags=${NewsTags}&PublishTime=${PublishTime}&Source=${Source}`, '_blank')
    },
    /**
@@ -1327,7 +2492,7 @@
        pageIndex: this.companyNewsPageIndex,
        pageSize: 5,
      }
      if (!bool){
      if (!bool) {
        data.searchEmotionType = this.searchEmotionType
      }
      this.loading = true
@@ -1337,17 +2502,17 @@
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          if (bool){
          if (bool) {
            this.targetsList[3].num = res.data.Data.TotalItems
          }else{
          } else {
            this.companyNews = res.data.Data.Items
            this.total_companyNews = res.data.Data.TotalItems
          }
        } else {
          this.companyNewsPageIndex = 1
          if (bool){
          if (bool) {
            this.targetsList[3].num = 0
          }else{
          } else {
            this.companyNews = []
            this.total_companyNews = 0
          }
@@ -1356,9 +2521,9 @@
        this.loadingCount++
      }, res => {
        this.companyNewsPageIndex = 1
        if (bool){
        if (bool) {
          this.targetsList[3].num = 0
        }else{
        } else {
          this.companyNews = []
          this.total_companyNews = 0
        }
@@ -1827,11 +2992,456 @@
        this.loadingCount++
      })
    },
    /**
     * 地块公示翻页
     * @page page : 页码
     */
    changeLandPublishListPageIndex (page) {
      this.landPublishListPageIndex = page
      this.GetLandPublishList()
    },
    /**
     * 获取地块公示
     */
    GetLandPublishList () {
      let data = {
        name: this.name,
        pageIndex: this.landPublishListPageIndex,
        pageSize: 5
      }
      this.loading = true
      axios.request({
        url: '/QiChaCha/GetLandPublishList',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.landPublishList = res.data.Data.Items
          this.targetsList[12].num = res.data.Data.TotalItems
        } else {
          this.landPublishList = []
          this.landPublishListPageIndex = 1
          this.targetsList[12].num = 0
        }
        this.loading = false
        this.loadingCount++
      }, res => {
        this.landPublishList = []
        this.landPublishListPageIndex = 1
        this.targetsList[12].num = 0
        this.loading = false
        this.loadingCount++
      })
    },
    /**
     * 获取地块公示详情
     */
    GetLandPublishListDetail (params) {
      let data = {
        id: params.row.Id,
      }
      axios.request({
        url: '/QiChaCha/GetLandPublishDetail',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.landPublishListDetail = JSON.parse(JSON.stringify(res.data.Data))
          this.landPublishListModal = true
        } else {
          this.landPublishListDetail = {}
        }
        this.loading = false
      }, res => {
        this.landPublishListDetail = {}
        this.loading = false
      })
    },
    /**
     * 土地转让翻页
     * @page page : 页码
     */
    changeLandTransferListPageIndex (page) {
      this.landTransferListPageIndex = page
      this.GetLandTransferList()
    },
    /**
     * 获取土地转让
     */
    GetLandTransferList () {
      let data = {
        name: this.name,
        pageIndex: this.landTransferListPageIndex,
        pageSize: 5
      }
      this.loading = true
      axios.request({
        url: '/QiChaCha/GetLandTransferList',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.landTransferList = res.data.Data.Items
          this.targetsList[13].num = res.data.Data.TotalItems
        } else {
          this.landTransferList = []
          this.landTransferListPageIndex = 1
          this.targetsList[13].num = 0
        }
        this.loading = false
        this.loadingCount++
      }, res => {
        this.landTransferList = []
        this.landTransferListPageIndex = 1
        this.targetsList[13].num = 0
        this.loading = false
        this.loadingCount++
      })
    },
    /**
     * 获取土地转让详情
     */
    GetLandTransferListDetail (params) {
      let data = {
        id: params.row.Id,
      }
      axios.request({
        url: '/QiChaCha/GetLandTransferDetail',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.landTransferListDetail = JSON.parse(JSON.stringify(res.data.Data))
          this.landTransferListModal = true
        } else {
          this.landTransferListDetail = {}
        }
        this.loading = false
      }, res => {
        this.landTransferListDetail = {}
        this.loading = false
      })
    },
    /**
     * 税务信用翻页
     */
    changeTaxCreditListPageIndex (page) {
      this.taxCreditListPageIndex = page
      this.taxCreditList = this.taxCreditListAll.slice((this.taxCreditListPageIndex - 1) * 5, this.taxCreditListPageIndex * 5)
    },
    /**
     * 获取税务信用
     */
    GetTaxCreditList () {
      let data = {
        name: this.name,
      }
      this.loading = true
      axios.request({
        url: '/QiChaCha/GetTaxCreditList',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.taxCreditListAll = res.data.Data
          this.changeTaxCreditListPageIndex(1)
          this.targetsList[14].num = res.data.Data.length
        } else {
          this.taxCreditList = []
          this.targetsList[14].num = 0
        }
        this.loading = false
        this.loadingCount++
      }, res => {
        this.taxCreditList = []
        this.targetsList[14].num = 0
        this.loading = false
        this.loadingCount++
      })
    },
    /**
     * 客户翻页
     * @page page : 页码
     */
    changeCustomerListPageIndex (page) {
      this.customerListPageIndex = page
      this.GetCustomerList()
    },
    /**
     * 获取客户
     */
    GetCustomerList () {
      let data = {
        name: this.name,
        pageSize: 5,
        pageIndex: this.customerListPageIndex,
      }
      this.loading = true
      axios.request({
        url: '/QiChaCha/GetCustomerList',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.customerList = res.data.Data.Items
          this.targetsList[15].num = res.data.Data.TotalItems
        } else {
          this.customerList = []
          this.customerListPageIndex = 1
          this.targetsList[15].num = 0
        }
        this.loading = false
        this.loadingCount++
      }, res => {
        this.customerList = []
        this.targetsList[15].num = 0
        this.loading = false
        this.loadingCount++
      })
    },
    /**
     * 供应商翻页
     * @page page : 页码
     */
    changeSupplierListPageIndex (page) {
      this.supplierListPageIndex = page
      this.GetSupplierList()
    },
    /**
     * 获取供应商
     */
    GetSupplierList () {
      let data = {
        name: this.name,
        pageSize: 5,
        pageIndex: this.supplierListPageIndex,
      }
      this.loading = true
      axios.request({
        url: '/QiChaCha/GetSupplierList',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.supplierList = res.data.Data.Items
          this.targetsList[16].num = res.data.Data.TotalItems
        } else {
          this.supplierList = []
          this.supplierListPageIndex = 1
          this.targetsList[16].num = 0
        }
        this.loading = false
        this.loadingCount++
      }, res => {
        this.supplierList = []
        this.targetsList[16].num = 0
        this.loading = false
        this.loadingCount++
      })
    },
    /**
     * 电信许可翻页
     * @page page : 页码
     */
    changeTelecomLicenseListPageIndex (page) {
      this.telecomLicenseListPageIndex = page
      this.telecomLicenseList =  this.telecomLicenseListAll.slice((this.telecomLicenseListPageIndex - 1) * 5, this.telecomLicenseListPageIndex * 5)
    },
    /**
     * 获取电信许可
     */
    GetTelecomLicenseList () {
      let data = {
        name: this.name,
        pageIndex: this.telecomLicenseListPageIndex,
        pageSize: 5
      }
      this.loading = true
      axios.request({
        url: '/QiChaCha/GetTelecomLicenseList',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.telecomLicenseListAll = res.data.Data.Items
          this.changeTelecomLicenseListPageIndex(1)
          this.targetsList[17].num = res.data.Data.TotalItems
        } else {
          this.telecomLicenseList = []
          this.telecomLicenseListPageIndex = 1
          this.targetsList[17].num = 0
        }
        this.loading = false
        this.loadingCount++
      }, res => {
        this.telecomLicenseList = []
        this.telecomLicenseListPageIndex = 1
        this.targetsList[17].num = 0
        this.loading = false
        this.loadingCount++
      })
    },
    /**
     * 获取电信许可详情
     */
    GetTelecomLicenseDetail (params) {
      let data = {
        id: params.row.Id,
      }
      axios.request({
        url: '/QiChaCha/GetTelecomLicenseDetail',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.telecomLicenseDetail = JSON.parse(JSON.stringify(res.data.Data))
          console.log(this.telecomLicenseDetail)
          this.telecomLicenseModal = true
        } else {
          this.telecomLicenseDetail = {}
        }
        this.loading = false
      }, res => {
        this.telecomLicenseDetail = {}
        this.loading = false
      })
    },
    /**
     * 资质资格翻页
     * @page page : 页码
     */
    changeQualificationListPageIndex (page) {
      this.qualificationListPageIndex = page
      this.GetQualificationList()
    },
    /**
     * 获取资质资格
     */
    GetQualificationList () {
      let data = {
        name: this.name,
        pageIndex: this.qualificationListPageIndex,
        pageSize: 5
      }
      this.loading = true
      axios.request({
        url: '/QiChaCha/GetQualificationList',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.qualificationList = res.data.Data.Items
          this.qualificationListCount = res.data.Data.TotalItems
        } else {
          this.telecomLicenseList = []
          this.telecomLicenseListPageIndex = 1
          this.tqualificationListCount = 0
        }
        this.loading = false
        this.loadingCount++
      }, res => {
        this.telecomLicenseList = []
        this.telecomLicenseListPageIndex = 1
        this.qualificationListCount = 0
        this.loading = false
        this.loadingCount++
      })
    },
    /**
     * 获取资质资格详情
     */
    GetQualificationListDetail (params) {
      let data = {
        id: params.row.Id,
      }
      axios.request({
        url: '/QiChaCha/GetQualificationDetail',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.qualificationListDetail = JSON.parse(JSON.stringify(res.data.Data))
          this.qualificationListDetailModal = true
        } else {
          this.qualificationListDetail = {}
        }
        this.loading = false
      }, res => {
        this.qualificationListDetail = {}
        this.loading = false
      })
    },
    /**
     * 工程项目翻页
     * @page page : 页码
     */
    changeBuildingProjectListPageIndex (page) {
      this.buildingProjectListPageIndex = page
      this.GetBuildingProjectList()
    },
    /**
     * 获取工程项目
     */
    GetBuildingProjectList () {
      let data = {
        name: this.name,
        pageIndex: this.buildingProjectListPageIndex,
        pageSize: 5
      }
      this.loading = true
      axios.request({
        url: '/QiChaCha/GetBuildingProjectList',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.buildingProjectList = res.data.Data.Items
          this.buildingProjectListCount = res.data.Data.TotalItems
        } else {
          this.telecomLicenseList = []
          this.telecomLicenseListPageIndex = 1
          this.buildingProjectListCount = 0
        }
        this.loading = false
        this.loadingCount++
      }, res => {
        this.telecomLicenseList = []
        this.telecomLicenseListPageIndex = 1
        this.buildingProjectListCount = 0
        this.loading = false
        this.loadingCount++
      })
    },
    /**
     * 获取工程项目详情
     */
    GetBuildingProjectListDetail (params) {
      let data = {
        id: params.row.Id,
      }
      axios.request({
        url: '/QiChaCha/GetBuildingProjectDetail',
        data,
        method: 'post'
      }).then(res => {
        if (res.data.Check) {
          this.buildingProjectListDetail = JSON.parse(JSON.stringify(res.data.Data))
          this.buildingProjectListDetailModal = true
        } else {
          this.buildingProjectListDetail = {}
        }
        this.loading = false
      }, res => {
        this.buildingProjectListDetail = {}
        this.loading = false
      })
    },
  },
  watch: {
    name: {
      handler (newValue) {
        this.loadingCount = 0
        this.getTender()
        this.getLandPurchaseList()
        this.getRecruitment()
@@ -1845,6 +3455,14 @@
        this.GetCompanyWebSite()
        this.GetPublicWeChat()
        this.GetMicroblog()
        this.GetLandPublishList()
        this.GetLandTransferList()
        this.GetTaxCreditList()
        this.GetCustomerList()
        this.GetSupplierList()
        this.GetTelecomLicenseList()
        this.GetQualificationList()
        this.GetBuildingProjectList()
      },
    },
  },
@@ -2441,6 +4059,419 @@
      })
      return columns
    },
    landPublishListColumns () {//地块公示
      let columns = []
      columns.push({
        title: '序号',
        width: 90,
        align: 'center',
        render: (h, params) => {
          return h(
            'span',
            params.row.ItemIndex
          )
        }
      })
      columns.push({
        title: '地块位置',
        slot: 'Address',
        render: (h, params) => {
          return h('span', params.row.Address ? params.row.Address : '--')
        },
      })
      columns.push({
        title: '发布机关',
        slot: 'PublishGov',
        render: (h, params) => {
          return h('span', params.row.PublishGov ? params.row.PublishGov : '--')
        },
      })
      columns.push({
        title: '行政区',
        slot: 'AdminArea',
        render: (h, params) => {
          return h('span', params.row.AdminArea ? params.row.AdminArea : '--')
        },
      })
      columns.push({
        title: '简介',
        slot: 'PublishDate',
        render: (h, params) => {
          return h('span', params.row.PublishDate ? params.row.PublishDate : '--')
        },
      })
      columns.push({
        title: '操作',
        slot: 'action',
        width: 100,
        align: 'center'
      })
      return columns
    },
    landTransferListColumns () {//土地转让
      let columns = []
      columns.push({
        title: '序号',
        width: 90,
        align: 'center',
        render: (h, params) => {
          return h(
            'span',
            params.row.ItemIndex
          )
        }
      })
      columns.push({
        title: '宗地坐落',
        slot: 'Address',
        render: (h, params) => {
          return h('span', params.row.Address ? params.row.Address : '--')
        },
      })
      columns.push({
        title: '行政区',
        slot: 'AdminArea',
        render: (h, params) => {
          return h('span', params.row.AdminArea ? params.row.AdminArea : '--')
        },
      })
      columns.push({
        title: '原土地使用权人',
        slot: 'OldOwner',
        render: (h, params) => {
          return h('span', params.row.OldOwner && params.row.OldOwner.Name ? params.row.OldOwner.Name : '--')
        },
      })
      columns.push({
        title: '现有土地使用权人',
        slot: 'NewOwner',
        render: (h, params) => {
          return h('span', params.row.NewOwner && params.row.NewOwner.Name ? params.row.NewOwner.Name : '--')
        },
      })
      columns.push({
        title: '操作',
        slot: 'action',
        width: 100,
        align: 'center'
      })
      return columns
    },
    taxCreditListColumns () {//税务信用
      let columns = []
      columns.push({
        title: '序号',
        width: 90,
        align: 'center',
        render: (h, params) => {
          return h(
            'span',
            params.index + 1 + (this.taxCreditListPageIndex - 1) * 5
          )
        }
      })
      columns.push({
        title: '评价年度',
        slot: 'Year',
        render: (h, params) => {
          return h('span', params.row.Year ? params.row.Year : '--')
        },
      })
      columns.push({
        title: '纳税人识别号',
        slot: 'No',
        render: (h, params) => {
          return h('span', params.row.No ? params.row.No : '--')
        },
      })
      columns.push({
        title: '纳税信用等级',
        slot: 'Level',
        render: (h, params) => {
          return h('span', params.row.Level ? params.row.Level : '--')
        },
      })
      columns.push({
        title: '评价单位',
        slot: 'NewOwner',
        render: (h, params) => {
          return h('span', params.row.Org ? params.row.Org : '--')
        },
      })
      return columns
    },
    customerListColumns () {//客户
      let columns = []
      columns.push({
        title: '序号',
        width: 90,
        align: 'center',
        render: (h, params) => {
          return h(
            'span',
            params.row.ItemIndex
          )
        }
      })
      columns.push({
        title: '客户',
        slot: 'Name',
        render: (h, params) => {
          return h('span', params.row.Name ? params.row.Name : '--')
        },
      })
      columns.push({
        title: '销售占比',
        slot: 'No',
        render: (h, params) => {
          return h('span', params.row.SalesPercent ? params.row.SalesPercent : '--')
        },
      })
      columns.push({
        title: '销售金额(万元)',
        slot: 'Level',
        render: (h, params) => {
          return h('span', params.row.SalesAmount ? params.row.SalesAmount : '--')
        },
      })
      columns.push({
        title: '报告期/公开时间',
        slot: 'NewOwner',
        render: (h, params) => {
          return h('span', params.row.Year ? params.row.Year : '--')
        },
      })
      columns.push({
        title: '数据来源',
        slot: 'NewOwner',
        render: (h, params) => {
          return h('span', params.row.Source ? params.row.Source : '--')
        },
      })
      columns.push({
        title: '关联关系',
        slot: 'NewOwner',
        render: (h, params) => {
          return h('span', params.row.Relationship ? params.row.Relationship : '--')
        },
      })
      return columns
    },
    supplierListColumns () {//供应商
      let columns = []
      columns.push({
        title: '序号',
        width: 90,
        align: 'center',
        render: (h, params) => {
          return h(
            'span',
            params.row.ItemIndex
          )
        }
      })
      columns.push({
        title: '供应商',
        slot: 'Name',
        render: (h, params) => {
          return h('span', params.row.Name ? params.row.Name : '--')
        },
      })
      columns.push({
        title: '采购占比',
        slot: 'No',
        render: (h, params) => {
          return h('span', params.row.PurchasePercent ? params.row.PurchasePercent : '--')
        },
      })
      columns.push({
        title: '采购金额(万元)',
        slot: 'Level',
        render: (h, params) => {
          return h('span', params.row.PurchaseAmount ? params.row.PurchaseAmount : '--')
        },
      })
      columns.push({
        title: '报告期/公开时间',
        slot: 'NewOwner',
        render: (h, params) => {
          return h('span', params.row.Year ? params.row.Year : '--')
        },
      })
      columns.push({
        title: '数据来源',
        slot: 'NewOwner',
        render: (h, params) => {
          return h('span', params.row.Source ? params.row.Source : '--')
        },
      })
      columns.push({
        title: '关联关系',
        slot: 'NewOwner',
        render: (h, params) => {
          return h('span', params.row.Relationship ? params.row.Relationship : '--')
        },
      })
      return columns
    },
    telecomLicenseListColumns () {//电信许可
      let columns = []
      columns.push({
        title: '序号',
        width: 90,
        align: 'center',
        render: (h, params) => {
          return h(
            'span',
            params.row.ItemIndex
          )
        }
      })
      columns.push({
        title: '许可证号',
        slot: 'Address',
        render: (h, params) => {
          return h('span', params.row.LicenseNo ? params.row.LicenseNo : '--')
        },
      })
      columns.push({
        title: '业务范围',
        slot: 'AdminArea',
        render: (h, params) => {
          return h('span', params.row.Scope ? params.row.Scope : '--')
        },
      })
      columns.push({
        title: '是否有效',
        slot: 'OldOwner',
        render: (h, params) => {
          return h('span', params.row.IsValid ? params.row.IsValid : '--')
        },
      })
      columns.push({
        title: '操作',
        slot: 'action',
        width: 100,
        align: 'center'
      })
      return columns
    },
    qualificationListColumns () {//资质资格
      let columns = []
      columns.push({
        title: '序号',
        width: 90,
        align: 'center',
        render: (h, params) => {
          return h(
            'span',
            params.row.ItemIndex
          )
        }
      })
      columns.push({
        title: '资质类型',
        slot: 'Category',
        render: (h, params) => {
          return h('span', params.row.Category ? params.row.Category : '--')
        },
      })
      columns.push({
        title: '资质证书号',
        slot: 'CertNo',
        render: (h, params) => {
          return h('span', params.row.CertNo ? params.row.CertNo : '--')
        },
      })
      columns.push({
        title: '资质名称',
        slot: 'CertName',
        render: (h, params) => {
          return h('span', params.row.CertName ? params.row.CertName : '--')
        },
      })
      columns.push({
        title: '发证日期',
        slot: 'SignDate',
        render: (h, params) => {
          return h('span', params.row.SignDate ? params.row.SignDate : '--')
        },
      })
      columns.push({
        title: '证书有效期',
        slot: 'ValidPeriod',
        render: (h, params) => {
          return h('span', params.row.ValidPeriod ? params.row.ValidPeriod : '--')
        },
      })
      columns.push({
        title: '发证机关',
        slot: 'SignDept',
        render: (h, params) => {
          return h('span', params.row.SignDept ? params.row.SignDept : '--')
        },
      })
      columns.push({
        title: '操作',
        slot: 'action',
        width: 100,
        align: 'center'
      })
      return columns
    },
    buildingProjectListColumns () {//工程项目
      let columns = []
      columns.push({
        title: '序号',
        width: 90,
        align: 'center',
        render: (h, params) => {
          return h(
            'span',
            params.row.ItemIndex
          )
        }
      })
      columns.push({
        title: '项目编码',
        slot: 'No',
        render: (h, params) => {
          return h('span', params.row.No ? params.row.No : '--')
        },
      })
      columns.push({
        title: '项目名称',
        slot: 'ProjectName',
        render: (h, params) => {
          return h('span', params.row.ProjectName ? params.row.ProjectName : '--')
        },
      })
      columns.push({
        title: '项目属地',
        slot: 'Region',
        render: (h, params) => {
          return h('span', params.row.Region ? params.row.Region : '--')
        },
      })
      columns.push({
        title: '项目类别',
        slot: 'Category',
        render: (h, params) => {
          return h('span', params.row.Category ? params.row.Category : '--')
        },
      })
      columns.push({
        title: '建设单位',
        slot: 'ConsCoyList',
      })
      columns.push({
        title: '操作',
        slot: 'action',
        width: 100,
        align: 'center'
      })
      return columns
    },
  }
}
</script>
@@ -2547,10 +4578,37 @@
.company-news-left a h3, .company-news-left a span {
  color: #5c6b77;
}
.newsFlash{
  cursor:pointer;
.newsFlash {
  cursor: pointer;
}
.newsFlash:hover{
.newsFlash:hover {
  color: #2d8bef;
}
.cicleTitle {
  position: relative;
  margin-bottom: 12px;
  padding-left: 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #404040;
  .cicle {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    margin-right: 8px;
    background-color: #2d8bef;
  }
  .titleLogo {
    height: 16px;
    position: absolute;
    top: 1px;
    right: 0;
  }
}
</style>