chenrui  2 년 전
부모
커밋
34ff165ff0
2개의 변경된 파일4개의 추가작업 그리고 12개의 파일을 삭제
  1. 2 6
      src/views/BasicsData/views/airport/airportInfo.vue
  2. 2 6
      src/views/BasicsData/views/deployNode/deployNodeHome.vue

+ 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>