This commit is contained in:
likun 2025-05-22 16:27:53 +08:00
parent ee86d9ff3b
commit 50b362f40d
2 changed files with 3 additions and 8 deletions

View File

@ -15,11 +15,6 @@
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"new": "plop"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",

View File

@ -18,9 +18,9 @@
<a-input-search v-model="input" placeholder="请输入搜索" style="width: 200px" />
</div>
</div>
<!-- <add-user-group :uid="['account_test:1','account_test:81']">-->
<!-- 新建分群-->
<!-- </add-user-group>-->
<!-- <add-user-group :uid="['account_test:1','account_test:81']">-->
<!-- 新建分群-->
<!-- </add-user-group>-->
<page-table
v-if="tableShow"
:border="false"