Merge pull request #787 from a63149300/patch-1

Update UserList.vue
dev
JEECG开源社区 6 years ago committed by GitHub
commit 73f7acfd5a
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