Merge pull request #787 from a63149300/patch-1

Update UserList.vue
pull/1252/head^2 v2.1.2
JEECG开源社区 2019-12-15 16:38:43 +08:00 committed by GitHub
commit 73f7acfd5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>
@ -372,4 +372,4 @@
</script>
<style scoped>
@import '~@assets/less/common.less'
</style>
</style>