diff --git a/prettier.config.js b/prettier.config.js index 1bc3ace..9e839e0 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -4,7 +4,7 @@ */ module.exports = { - printWidth: 100, + printWidth: 130, tabWidth: 2, useTabs: false, semi: false, diff --git a/src/components/SelectTree/index.vue b/src/components/SelectTree/index.vue index 9f5e0cb..4679d93 100644 --- a/src/components/SelectTree/index.vue +++ b/src/components/SelectTree/index.vue @@ -85,8 +85,7 @@ }, defaultSelectedKeys: [], //初始选中值数组 currentNodeKey: this.selectedKey, - selectValue: - this.selectType == 'multiple' ? this.selectedValue.split(',') : this.selectedValue, //下拉框选中值label + selectValue: this.selectType == 'multiple' ? this.selectedValue.split(',') : this.selectedValue, //下拉框选中值label selectKey: this.selectType == 'multiple' ? this.selectedKey.split(',') : this.selectedKey, //下拉框选中值value } }, diff --git a/src/components/VabProfile/index.vue b/src/components/VabProfile/index.vue index 6e7ec33..3c7505e 100644 --- a/src/components/VabProfile/index.vue +++ b/src/components/VabProfile/index.vue @@ -12,13 +12,7 @@ {{ username }}
settings.js配置authentication为all即可完全交由后端控制,mock中有后端接口示例,权限繁琐,有几十种权限的项目直接用这种,
由于演示环境是mock数据模拟,可能无法展现此功能的配置,只做如下展示,便于您的理解
diff --git a/src/views/vab/smallComponents/index.vue b/src/views/vab/smallComponents/index.vue
index 380fbaf..a31f1cd 100644
--- a/src/views/vab/smallComponents/index.vue
+++ b/src/views/vab/smallComponents/index.vue
@@ -16,15 +16,9 @@