北京经济技术开发区经开区虚拟城市项目-【前端】-Web
lixuliang
2023-11-15 13dd1b9c019b9633f3005f15d4b0e6132189eccc
src/components/map/viewer1.vue
@@ -80,8 +80,8 @@
        class="aboutDialog"
        title="企业信息"
        append-to-body
        width="60%"
        height="60%"
        width="50%"
        height="55%"
        style="overflow: auto"
        :visible.sync="QYbox"
        :before-close="dialogClose"
@@ -115,13 +115,14 @@
            style="width: 100%"
            :data="tableData"
            highlight-current-row
            height="50"
          >
            <el-table-column type="index" width="50"></el-table-column>
            <el-table-column
              property="企业名称"
              label="企业名称"
            ></el-table-column>
            <el-table-column
            <!-- <el-table-column
              property="企业类型"
              label="企业类型"
            ></el-table-column>
@@ -137,12 +138,21 @@
              property="法人"
              label="法人"
              width="100"
            ></el-table-column>
            ></el-table-column> -->
            <el-table-column
              property="注册地址"
              label="注册地址"
              width="200"
            ></el-table-column>
            <el-table-column label="操作" width="100">
              <template slot-scope="scope">
                <el-button
                  @click="handleClick(scope.row)"
                  type="text"
                  size="small"
                  >详情</el-button
                >
              </template>
            </el-table-column>
          </el-table>
          <div
            slot="footer"
@@ -728,7 +738,13 @@
      }
      return table;
    },
    handleClick(row) {
      window.open(
        "https://qylweb.bda.gov.cn/alldetails/#/newEnterprisedetails?uscc=" +
          row["统一社会信用代码"] +
          "&systemName=中小微"
      );
    },
    detectZoom() {
      var ratio = 0,
        screen = window.screen,
@@ -1297,6 +1313,10 @@
  height: 80% !important;
  overflow: auto;
}
.el-table /deep/ .el-button--text {
  /* color: #fff; */
  font-size: 14px;
}
.el-table thead {
  font-weight: 500;