chenrui  2 years ago
parent
commit
34ff165ff0

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

@@ -11,13 +11,9 @@
     <DataTable
       data-id="53"
       :rows="12"
-      label-width="100px"
-      :min-height="70"
+      labelWidth="100px"
+      :minHeight="70"
       width="800px"
-      :show-overflow-tooltip="true"
-      :with-column-set="true"
-      @handleAdd="handleAdd"
-      @handleEdit="handleEdit"
     />
     <!--搜索-->
     <!-- <div class="airportInfo-search">

+ 2 - 6
src/views/BasicsData/views/deployNode/deployNodeHome.vue

@@ -3,13 +3,9 @@
     <DataTable
       data-id="54"
       :rows="12"
-      label-width="100px"
-      :min-height="70"
+      labelWidth="100px"
+      :minHeight="70"
       width="800px"
-      :show-overflow-tooltip="true"
-      :with-column-set="true"
-      @handleAdd="handleAdd"
-      @handleEdit="handleEdit"
     />
   </div>
 </template>