登录日志操作类型修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
229bf36ce5
commit
baf2f9aa10
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue