员工管理修改

This commit is contained in:
zzyuan 2025-06-25 09:50:30 +08:00
parent 3ec6ee836a
commit 328fd3aefc
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<!-- <span v-if="scope.row.faceState==0">开启</span>
<span v-if="scope.row.faceState==1">关闭</span> -->
<el-switch @change="changeSwitch(scope.row)"
v-model="scope.row.faceState"
v-model="scope.row.faceState" :disabled="!scope.row.faceUrl"
:active-value="1" active-text="开启"
:inactive-value="2" inactive-text="关闭">
</el-switch>