Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -82,7 +82,7 @@ | @@ -82,7 +82,7 @@ | ||
| 82 | </uni-list-item> | 82 | </uni-list-item> |
| 83 | <uni-list-item title="变更说明"> | 83 | <uni-list-item title="变更说明"> |
| 84 | <template v-slot:footer> | 84 | <template v-slot:footer> |
| 85 | - <uni-easyinput v-model="form.changeDescription" placeholder="请输入变更说明" :inputBorder="false" /> | 85 | + <uni-easyinput type="textarea" v-model="form.changeDescription" placeholder="请输入变更说明" :inputBorder="false" /> |
| 86 | </template> | 86 | </template> |
| 87 | </uni-list-item> | 87 | </uni-list-item> |
| 88 | </view> | 88 | </view> |
| @@ -81,7 +81,7 @@ | @@ -81,7 +81,7 @@ | ||
| 81 | </uni-list-item> | 81 | </uni-list-item> |
| 82 | <uni-list-item title="变更说明"> | 82 | <uni-list-item title="变更说明"> |
| 83 | <template v-slot:footer> | 83 | <template v-slot:footer> |
| 84 | - <uni-easyinput v-model="form.changeDescription" placeholder="请输入变更说明" :inputBorder="false" /> | 84 | + <uni-easyinput type="textarea" v-model="form.changeDescription" placeholder="请输入变更说明" :inputBorder="false" /> |
| 85 | </template> | 85 | </template> |
| 86 | </uni-list-item> | 86 | </uni-list-item> |
| 87 | </view> | 87 | </view> |