员工管理修改
This commit is contained in:
parent
3ec6ee836a
commit
328fd3aefc
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue