小程序打卡数据

This commit is contained in:
lSun 2024-12-06 18:13:07 +08:00
parent a143f5b4f3
commit 5eed658470
1 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@
<span v-else style="color: red">{{'未采集'}}</span>
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="430">
<el-table-column label="操作" align="center" width="470">
<template slot-scope="scope">
<el-button
size="mini"
@ -89,7 +89,7 @@
<el-button
size="mini"
type="warning"
v-if="scope.row.isCheck ==0 "
v-if="scope.row.isCheck =='0' "
v-hasPermi="['system:user:examine']"
@click="handleExamine(scope.row)"
>审核</el-button>
@ -222,7 +222,7 @@
</el-dialog>
<!-- 查看人脸照片 -->
<el-dialog :title="title" :visible.sync="openView" width="500px" append-to-body>
<el-dialog :title="title" :visible.sync="openView" width="380px" append-to-body>
<el-form ref="formView" :model="form" label-width="100px">
<el-form-item label="" prop="newFaceImageBase64">
<el-image v-if="form.newFace" :src="form.newFace" fit="contain" style="width:100px;height:100px;"></el-image>