mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 15:36:56 +00:00
fix: 批量修改设置管理用户为必选项
This commit is contained in:
parent
55c959fd50
commit
f1ad3ba85b
@ -68,6 +68,7 @@ import $ from '@/utils/jquery-vendor'
|
||||
import Dialog from '@/components/Dialog'
|
||||
import TreeTable from '@/components/TreeTable'
|
||||
import { GenericUpdateFormDialog } from '@/layout/components'
|
||||
import rules from '@/components/DataForm/rules'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
@ -309,6 +310,7 @@ export default {
|
||||
}
|
||||
},
|
||||
admin_user: {
|
||||
rules: [rules.RequiredChange],
|
||||
label: this.$t('assets.AdminUser'),
|
||||
hidden: () => false,
|
||||
el: {
|
||||
|
Loading…
Reference in New Issue
Block a user