fix: 修改保存全局变量为 1或0 ,修改 userBox creatTime传‘-’的问题

This commit is contained in:
zhangyu
2021-08-16 11:33:42 +08:00
parent d1ca46aed6
commit e159467b54
5 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
<div>
<div class="flex-align-center">
<span class="user-name-top">{{scope.row[item.prop]}}</span>
<el-tag size="mini" v-if="mfaEnable!='0' || scope.row.mfaLevel > 0" style="margin-left: 5px">2FA</el-tag>
<el-tag size="mini" v-if="mfaEnable == '1' || scope.row.mfaLevel > 0" style="margin-left: 5px">2FA</el-tag>
</div>
<div class="user-name-bottom">
@{{scope.row.username}}