refactor(系统设置): 暂时禁用批量修改用户操作
This commit is contained in:
parent
c953bb806a
commit
845a9fe1b3
|
@ -186,12 +186,12 @@
|
|||
batchAddWorkspaceOptions:[],
|
||||
batchAddUserRoleOptions:[],
|
||||
buttons: [
|
||||
{
|
||||
name: this.$t('user.button.add_workspace_batch'), handleClick: this.addWorkspaceBatch
|
||||
},
|
||||
{
|
||||
name: this.$t('user.button.add_user_role_batch'), handleClick: this.addUserRoleBatch
|
||||
}
|
||||
// {
|
||||
// name: this.$t('user.button.add_workspace_batch'), handleClick: this.addWorkspaceBatch
|
||||
// },
|
||||
// {
|
||||
// name: this.$t('user.button.add_user_role_batch'), handleClick: this.addUserRoleBatch
|
||||
// }
|
||||
],
|
||||
}
|
||||
},
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
<el-card class="table-card">
|
||||
<template v-slot:header>
|
||||
<ms-table-header :condition.sync="condition" @search="search" @create="create" @import="importUserDialogOpen"
|
||||
:create-tip="$t('user.create')" :show-import="true" :import-tip="$t('commons.import_user')" :title="$t('commons.user')"/>
|
||||
<ms-table-header :condition.sync="condition" @search="search" @create="create"
|
||||
:create-tip="$t('user.create')" :title="$t('commons.user')"/>
|
||||
|
||||
</template>
|
||||
|
||||
|
@ -437,12 +437,12 @@ export default {
|
|||
checkPasswordForm: {},
|
||||
ruleForm: {},
|
||||
buttons: [
|
||||
{
|
||||
name: this.$t('user.button.add_workspace_batch'), handleClick: this.addWorkspaceBatch
|
||||
},
|
||||
{
|
||||
name: this.$t('user.button.add_user_role_batch'), handleClick: this.addUserRoleBatch
|
||||
}
|
||||
// {
|
||||
// name: this.$t('user.button.add_workspace_batch'), handleClick: this.addWorkspaceBatch
|
||||
// },
|
||||
// {
|
||||
// name: this.$t('user.button.add_user_role_batch'), handleClick: this.addUserRoleBatch
|
||||
// }
|
||||
],
|
||||
rule: {
|
||||
id: [
|
||||
|
|
|
@ -178,9 +178,9 @@
|
|||
referenced: false,
|
||||
batchAddUserRoleOptions: [],
|
||||
buttons: [
|
||||
{
|
||||
name: this.$t('user.button.add_user_role_batch'), handleClick: this.addUserRoleBatch
|
||||
}
|
||||
// {
|
||||
// name: this.$t('user.button.add_user_role_batch'), handleClick: this.addUserRoleBatch
|
||||
// }
|
||||
],
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue