Update UserList.vue

修改状态文字
dev
a63149300 6 years ago committed by GitHub
parent 30b35af000
commit cd471735d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@
<a-select v-model="queryParam.status" placeholder="请选择用户状态查询">
<a-select-option value=""></a-select-option>
<a-select-option value="1"></a-select-option>
<a-select-option value="2"></a-select-option>
<a-select-option value="2"></a-select-option>
</a-select>
</a-form-item>
</a-col>

Loading…
Cancel
Save