Kaynağa Gözat

人员管理指纹和人脸弹框中添加分组项

wyn 3 ay önce
ebeveyn
işleme
852a85363b

+ 1 - 1
src/views/mes/job/jobm/NewMarsJob.vue

@@ -1796,7 +1796,7 @@ export default {
       // 3. 判断是否未被选中 → 弹窗
       if (!selectedTypes.includes(newLogType)) {
         this.dialogLog = newLog;
-        console.log(this.isJoblogVisible,'this.isJoblogVisible');
+        // console.log(this.isJoblogVisible,'this.isJoblogVisible');
         if (this.isJoblogVisible){
           this.JoblogdialogVisible = true;
           console.log('弹框内容:', newLog);

+ 1 - 0
src/views/system/user/index.vue

@@ -674,6 +674,7 @@
       <el-table :data="FaceOrFingerTableData" height="600" @selection-change="handleSelectionChange2">
         <el-table-column type="selection" width="50" align="center"></el-table-column>
         <el-table-column label="序号"  width="100" type="index" :index='(index)=>{return (index+1) + (this.current-1)*this.size}'> </el-table-column>
+        <el-table-column label="分组"  width="100"  prop="groupCode"></el-table-column>
         <el-table-column :label="this.title2=='人员指纹数据'?'指纹':'人脸'" align="center"  prop="imageUrl">
           <template slot-scope="scope">
             <div  class="img-box" >