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)"