chenrui  2 жил өмнө
parent
commit
b7eae564e9

+ 1 - 1
src/components/Table/index.vue

@@ -777,7 +777,7 @@ export default {
       this.$router.push({
         path: "/BasicsData/deployNodeChild",
         query: {
-          dataStructureID: row.dataStructureID,
+          dataStructureID: row.nodeID,
         },
       });
     },

+ 2 - 0
src/views/BasicsData/views/airport/airportInfo.vue

@@ -40,6 +40,7 @@
         <el-col :span="18">
           <DataTable
             data-id="57"
+            style="min-height: 71.8vh"
             :rows="12"
             labelWidth="100px"
             :minHeight="70"
@@ -486,6 +487,7 @@ export default {
     // border-radius: 4px;
     padding: 24px 24px;
     margin-top: 20px;
+    overflow: hidden;
     .corporate {
       font-size: 16px;
       font-family: Microsoft YaHei;