mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
Merge branch 'master' of https://gitee.com/java110/MicroCommunityWeb
This commit is contained in:
commit
cf3fd57d06
@ -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/ 如下图
|
||||
|
||||

|
||||
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user