ysy 1 год назад
Родитель
Сommit
12890745ba

+ 6 - 0
src/styles/transition/common.scss

@@ -168,3 +168,9 @@ table th .is-required::before{
     display: none !important;
     display: none !important;
   }
   }
 }
 }
+
+
+
+.el-dialog {
+  margin-top: 5vh !important;
+}

+ 2 - 1
src/views/material/BOMmanage/qualityTesting/inspectionClassify/components/user-list.vue

@@ -11,6 +11,8 @@
       tool-class="ele-toolbar-form"
       tool-class="ele-toolbar-form"
       cache-key="inspectionClassify"
       cache-key="inspectionClassify"
       row-key="id"
       row-key="id"
+      :selection.sync="selection"
+        @selection-change="handleSelectionChange"
     >
     >
       <!-- 表头工具栏 -->
       <!-- 表头工具栏 -->
 
 
@@ -50,7 +52,6 @@
       </template>
       </template>
 
 
 
 
-