Showing
3 changed files
with
3 additions
and
3 deletions
| @@ -143,7 +143,7 @@ | @@ -143,7 +143,7 @@ | ||
| 143 | </uni-list-item> | 143 | </uni-list-item> |
| 144 | <uni-list-item title="员工人数"> | 144 | <uni-list-item title="员工人数"> |
| 145 | <template v-slot:footer> | 145 | <template v-slot:footer> |
| 146 | - <uni-easyinput type="number" v-model="form.employeeCount" placeholder="请输入员工人数" :inputBorder="false" /> | 146 | + <uni-easyinput v-model="form.employeeCount" placeholder="请输入员工人数" :inputBorder="false" /> |
| 147 | </template> | 147 | </template> |
| 148 | </uni-list-item> | 148 | </uni-list-item> |
| 149 | <uni-list-item title="设备属性"> | 149 | <uni-list-item title="设备属性"> |
| @@ -142,7 +142,7 @@ | @@ -142,7 +142,7 @@ | ||
| 142 | </uni-list-item> | 142 | </uni-list-item> |
| 143 | <uni-list-item title="员工人数"> | 143 | <uni-list-item title="员工人数"> |
| 144 | <template v-slot:footer> | 144 | <template v-slot:footer> |
| 145 | - <uni-easyinput type="number" v-model="form.employeeCount" placeholder="请输入员工人数" :inputBorder="false" /> | 145 | + <uni-easyinput v-model="form.employeeCount" placeholder="请输入员工人数" :inputBorder="false" /> |
| 146 | </template> | 146 | </template> |
| 147 | </uni-list-item> | 147 | </uni-list-item> |
| 148 | <uni-list-item title="设备属性"> | 148 | <uni-list-item title="设备属性"> |
| @@ -141,7 +141,7 @@ | @@ -141,7 +141,7 @@ | ||
| 141 | </uni-list-item> | 141 | </uni-list-item> |
| 142 | <uni-list-item title="员工人数"> | 142 | <uni-list-item title="员工人数"> |
| 143 | <template v-slot:footer> | 143 | <template v-slot:footer> |
| 144 | - <uni-easyinput type="number" v-model="form.employeeCount" placeholder="请输入员工人数" :inputBorder="false" /> | 144 | + <uni-easyinput v-model="form.employeeCount" placeholder="请输入员工人数" :inputBorder="false" /> |
| 145 | </template> | 145 | </template> |
| 146 | </uni-list-item> | 146 | </uni-list-item> |
| 147 | <uni-list-item title="设备属性"> | 147 | <uni-list-item title="设备属性"> |