antissoft
/
antissoft.dati.admin
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
eb117b73ce1bccac627a04b15b11e6210f4911b6
Authored by
yangzhi
2022-12-08 15:52:05 +0800
1 parent
8f16b6df
禁用改成不符合条件
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/dashboard/index.vue
src/views/user/userlist.vue
src/views/dashboard/index.vue
View file @
eb117b7
...
...
@@ -184,8 +184,8 @@ export default {
184
184
icon: "/static/images/index/icon7.png",
185
185
},
186
186
{
187
- title: "禁用/人",
188
- val: "禁用",
187
+ title: "不符合条件/人",
188
+ val: "不符合条件",
189
189
count: 0,
190
190
icon: "/static/images/index/icon8.png",
191
191
},
...
...
src/views/user/userlist.vue
View file @
eb117b7
...
...
@@ -774,7 +774,7 @@
774
774
value: 9
775
775
},
776
776
{
777
- label: '
禁用
',
777
+ label: '
不符合条件
',
778
778
value: 11
779
779
},
780
780
],
...
...