mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-31 06:42:26 +00:00
fix: 删除资产授权创建页面多余的输入框
This commit is contained in:
parent
9994020f97
commit
a87ea94e78
@ -35,7 +35,7 @@ export default {
|
||||
[this.$t('perms.User'), ['users', 'user_groups']],
|
||||
[this.$t('perms.Asset'), ['assets', 'nodes', 'system_users']],
|
||||
[this.$t('common.action'), ['actions']],
|
||||
[this.$t('common.Other'), ['is_active', 'date_cron', 'date_start', 'date_expired', 'comment']]
|
||||
[this.$t('common.Other'), ['is_active', 'date_start', 'date_expired', 'comment']]
|
||||
],
|
||||
url: '/api/v1/perms/asset-permissions/',
|
||||
fieldsMeta: {
|
||||
|
Loading…
Reference in New Issue
Block a user