Browse Source
Merge pull request #1197 from colinin/fix-missing-permission
fix(vben5): add missing permission
pull/1211/head
yx lin
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
0 deletions
-
apps/vben5/packages/@abp/settings/src/components/settings/SystemSetting.vue
-
apps/vben5/pnpm-workspace.yaml
|
|
|
@ -80,6 +80,7 @@ function onFeatureManage() { |
|
|
|
<SettingForm :get-api="onGet" :submit-api="onSubmit"> |
|
|
|
<template #toolbar> |
|
|
|
<Button |
|
|
|
v-access:code="['FeatureManagement.ManageHostFeatures']" |
|
|
|
ghost |
|
|
|
post-icon="ant-design:setting-outlined" |
|
|
|
type="primary" |
|
|
|
|
|
|
|
@ -155,6 +155,7 @@ catalog: |
|
|
|
rollup: ^4.34.2 |
|
|
|
rollup-plugin-visualizer: ^5.14.0 |
|
|
|
sass: ^1.83.4 |
|
|
|
simple-uploader.js: "^0.6.0" |
|
|
|
sortablejs: ^1.15.6 |
|
|
|
stylelint: ^16.14.1 |
|
|
|
stylelint-config-recess-order: ^5.1.1 |
|
|
|
@ -192,6 +193,7 @@ catalog: |
|
|
|
vue-eslint-parser: ^9.4.3 |
|
|
|
vue-i18n: ^11.1.0 |
|
|
|
vue-router: ^4.5.0 |
|
|
|
vue-simple-uploader: ^1.0.3 |
|
|
|
vue-tippy: ^6.6.0 |
|
|
|
vue-tsc: 2.1.10 |
|
|
|
vxe-pc-ui: ^4.3.79 |
|
|
|
|