Explorar el Código

Merge branch 'master' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-qms

yusheng hace 9 meses
padre
commit
0069f01eab

+ 4 - 2
src/views/inspectionTemplate/components/inspectionTemplateDialog.vue

@@ -13,7 +13,7 @@
       :columns="columns"
       :datasource="datasource"
       height="calc(100vh - 605px)"
-      full-height="calc(100vh -100px)"
+      full-height="calc(100vh -120px)"
       tool-class="ele-toolbar-form"
       row-key="qualityLevelId"
       v-if="equipmentdialog"
@@ -43,6 +43,7 @@
         type: '',
         equipmentdialog: false,
         selection: [],
+        tableHeight: 'calc(100vh - 605px)',
         columns: [
           {
             width: 45,
@@ -133,7 +134,8 @@
 
       search(where) {
         this.$refs.table.reload({ page: 1, where });
-      }
+      },
+
     }
   };
 </script>