燕山石化溯源三维电子沙盘-【前端】-Web
surprise
2024-03-27 08d0c4ca9064c27be7b3e488bec497e87a05cc18
src/components/YJlist.vue
@@ -57,12 +57,13 @@
            :formatter="dateFormatter"
            align="center"
          />
          <el-table-column label="操作">
          <el-table-column label="操作"  width="180px">
            <template #default="scope">
              <el-button
                link
                type="primary"
                size="small"
                :disabled="scope.row.isSuYuan == 0"
                @click.stop="listClick(scope.row)"
                >污染源</el-button
              >
@@ -141,9 +142,10 @@
      //   { name: store.state.POIname },
      //   data.JLvalue
      // );
      data.WGlist = [];
      const dt = await ysshSuYuanX00Controller(
        { name: POIobj.locationName, date: date },
        { name: POIobj.name, date: date },
        100
      );
      if (dt.result) {
@@ -178,7 +180,7 @@
        if (data.JLvalue == 200) {
          h = 500;
        }
        const dt1 = await getCoordByName(POIobj.locationName);
        const dt1 = await getCoordByName(POIobj.name);
        sgworld.Navigate.flyToPosition(dt1.result.lon, dt1.result.lat, h, {
          heading: 270,
          pitch: -89.5,