Commit eb117b73ce1bccac627a04b15b11e6210f4911b6

Authored by yangzhi
1 parent 8f16b6df

禁用改成不符合条件

src/views/dashboard/index.vue
... ... @@ -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
... ... @@ -774,7 +774,7 @@
774 774 value: 9
775 775 },
776 776 {
777   - label: '禁用',
  777 + label: '不符合条件',
778 778 value: 11
779 779 },
780 780 ],
... ...