管道基础大数据平台系统开发-【前端】-新系統界面
TreeWish
2023-02-23 2fe093fdd453157e578c364fd41fd9bcce4f1f74
src/views/datamanage/SpatialData.vue
@@ -13,7 +13,6 @@
          <el-tree
            :data="tree"
            :props="defaultProps"
            :default-expanded-keys="[1]"
            node-key="id"
            :current-node-key="10"
            @node-click="handleNodeClick"
@@ -80,6 +79,7 @@
        </div>
        <div class="table_box" style="height:calc(100% - 89px)">
          <el-table
            border
            ref="filterTable"
            :data="tableData"
            style="width: 100%"
@@ -115,7 +115,6 @@
                  @click="showDetail(scope.$index, scope.row)"
                >{{$t('common.details')}}</el-button>
                <el-button
                 type="primary"
                  plain
                  size="small"
                  @click="getAttachTable(scope.$index, scope.row)"