xizhong 6 달 전
부모
커밋
a9a74732d0
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/data/frontHome/components/TableBox2.vue

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