Browse Source

Merge pull request #787 from a63149300/patch-1

Update UserList.vue
pull/1252/head^2 v2.1.2
JEECG开源社区 5 years ago committed by GitHub
parent
commit
73f7acfd5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ant-design-vue-jeecg/src/views/system/UserList.vue

4
ant-design-vue-jeecg/src/views/system/UserList.vue

@ -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>

Loading…
Cancel
Save