mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-17 23:59:02 +00:00
feat: 账号管理下的资产账号及系统用户下的资产账号支持批量删除
This commit is contained in:
@@ -158,7 +158,8 @@ export default {
|
|||||||
},
|
},
|
||||||
headerActions: {
|
headerActions: {
|
||||||
hasLeftActions: this.hasLeftActions,
|
hasLeftActions: this.hasLeftActions,
|
||||||
hasMoreActions: false,
|
hasMoreActions: true,
|
||||||
|
hasCreate: false,
|
||||||
hasImport: false,
|
hasImport: false,
|
||||||
hasExport: this.$hasPerm('assets.view_assetaccountsecret'),
|
hasExport: this.$hasPerm('assets.view_assetaccountsecret'),
|
||||||
exportOptions: {
|
exportOptions: {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<GenericTreeListPage ref="TreeTablePage" :tree-setting="treeSetting">
|
<GenericTreeListPage ref="TreeTablePage" :tree-setting="treeSetting">
|
||||||
<template #table>
|
<template #table>
|
||||||
<AccountListTable ref="table" :url="accountsUrl" />
|
<AccountListTable ref="table" :url="accountsUrl" :has-left-actions="true" />
|
||||||
</template>
|
</template>
|
||||||
</GenericTreeListPage>
|
</GenericTreeListPage>
|
||||||
</template>
|
</template>
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<el-row :gutter="24">
|
<el-row :gutter="24">
|
||||||
<el-col :md="16" :sm="24">
|
<el-col :md="16" :sm="24">
|
||||||
<AccountListTable ref="ListTable" :url="assetUserUrl" :has-import="false" :has-clone="false" />
|
<AccountListTable ref="ListTable" :url="assetUserUrl" :has-import="false" :has-clone="false" :has-left-actions="true" />
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :md="8" :sm="24">
|
<el-col :md="8" :sm="24">
|
||||||
<QuickActions type="primary" :actions="quickActions" />
|
<QuickActions type="primary" :actions="quickActions" />
|
||||||
|
Reference in New Issue
Block a user