mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-31 14:38:02 +00:00
fix: 去掉组织创建保存并继续按钮
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<el-row :gutter="24">
|
||||
<el-col :span="16">
|
||||
<AssetUserTable ref="ListTable" :url="assetUserUrl" :has-import="false" />
|
||||
<AssetUserTable ref="ListTable" :url="assetUserUrl" :has-import="false" :has-clone="false" />
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<QuickActions type="primary" :actions="quickActions" />
|
||||
|
@@ -19,6 +19,7 @@ export default {
|
||||
['', ['name', 'comment']]
|
||||
// [this.$t('common.Members'), ['admins', 'auditors', 'users']],
|
||||
],
|
||||
hasSaveContinue: false,
|
||||
fieldsMeta: {
|
||||
// admins: {
|
||||
// label: this.$t('xpack.Admin'),
|
||||
|
Reference in New Issue
Block a user