Commit eb117b73ce1bccac627a04b15b11e6210f4911b6

Authored by yangzhi
1 parent 8f16b6df

禁用改成不符合条件

src/views/dashboard/index.vue
@@ -184,8 +184,8 @@ export default { @@ -184,8 +184,8 @@ export default {
184 icon: "/static/images/index/icon7.png", 184 icon: "/static/images/index/icon7.png",
185 }, 185 },
186 { 186 {
187 - title: "禁用/人",  
188 - val: "禁用", 187 + title: "不符合条件/人",
  188 + val: "不符合条件",
189 count: 0, 189 count: 0,
190 icon: "/static/images/index/icon8.png", 190 icon: "/static/images/index/icon8.png",
191 }, 191 },
src/views/user/userlist.vue
@@ -774,7 +774,7 @@ @@ -774,7 +774,7 @@
774 value: 9 774 value: 9
775 }, 775 },
776 { 776 {
777 - label: '禁用', 777 + label: '不符合条件',
778 value: 11 778 value: 11
779 }, 779 },
780 ], 780 ],