fix:修复系统参数页面名称不显示问题

This commit is contained in:
2024-09-23 13:22:18 +08:00
parent dc57de39c5
commit ef78240c77
7 changed files with 49 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
import store from '@/store'
export default {
inserted(el, binding, vnode) {
inserted(el, binding) {
const { value } = binding
const roles = store.getters && store.getters.roles
if (value && value instanceof Array && value.length > 0) {