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