登录日志操作类型修改
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-05-14 14:10:00 +08:00
parent 229bf36ce5
commit baf2f9aa10
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
>
<el-option
v-for="item of $d.UserOptType"
v-show="item.value !== 3 && item.value !== 10"
v-show="item.value !== 3 && item.value !== 10 && item.value !== 9"
:key="'UserOptType' + item.label"
:value="item.value"
:label="item.label"