This commit is contained in:
rock 2020-04-20 20:13:45 +08:00
commit cf3fd57d06
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
### HC小区后端代码
[https://gitee.com/wuxw7/MicroCommunity](https://gitee.com/wuxw7/MicroCommunity)
### HC小区前段代码
[https://gitee.com/java110/MicrCommunityWeb](https://gitee.com/java110/MicrCommunityWeb)
[https://gitee.com/java110/MicroCommunityWeb](https://gitee.com/java110/MicroCommunityWeb)
### HC智慧家庭业主版
[https://gitee.com/java110/WechatOwnerService](https://gitee.com/java110/WechatOwnerService)
### HC掌上物业物业版
@ -45,7 +45,7 @@ nodejs + vscode + MicroCommunity(HC小区后端)
### 运行效果view
1.在浏览器输入 https://localhost:8443/ 如下图
1.在浏览器输入 http://localhost:3000/ 如下图
![image](docs/img/login.png)

View File

@ -17,7 +17,7 @@
v-model="purchaseApplyManageInfo.conditions.applyOrderId" class=" form-control">
</div>
</div>
<div class="col-sm-4">
<div class="col-sm-3">
<select class="custom-select" v-model="purchaseApplyManageInfo.conditions.state">
<option selected disabled value="">请选择状态</option>
<option v-for="(item,index) in purchaseApplyManageInfo.states" :key="index"
@ -27,7 +27,7 @@
</div>
<div class="col-sm-4">
<div class="col-sm-3">
<div class="form-group">
<input type="text" placeholder="请填写申请人姓名"
v-model="purchaseApplyManageInfo.conditions.userName" class=" form-control">