xizhong před 6 měsíci
rodič
revize
a9a74732d0

+ 5 - 0
src/views/data/frontHome/components/TableBox2.vue

@@ -162,6 +162,11 @@
         width="120"
         align="center">
       </el-table-column>
+      <el-table-column label="质控审核人员" width="120" align="center">
+        <template>
+          <span>林明霞</span>
+        </template>
+      </el-table-column>
     </el-table>
   </div>
 </template>