Commit bfc5b0fcd2b33c3aac4c4d1e2b19f97c2844934c
1 parent
a423cdc9
feat: 资信管理 -新增&编辑&变更-底部dom移入uni-list里-解决日期组件被遮盖问题
Showing
3 changed files
with
11 additions
and
10 deletions
| @@ -310,12 +310,14 @@ | @@ -310,12 +310,14 @@ | ||
| 310 | </template> | 310 | </template> |
| 311 | </uni-list-item> | 311 | </uni-list-item> |
| 312 | 312 | ||
| 313 | + <view class="footer"> | ||
| 314 | + <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 315 | + </view> | ||
| 316 | + | ||
| 313 | </uni-list> | 317 | </uni-list> |
| 314 | </scroll-view> | 318 | </scroll-view> |
| 315 | 319 | ||
| 316 | - <view class="footer"> | ||
| 317 | - <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 318 | - </view> | 320 | + |
| 319 | 321 | ||
| 320 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" | 322 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" |
| 321 | @confirm="onSheetConfirm" /> | 323 | @confirm="onSheetConfirm" /> |
| @@ -308,12 +308,12 @@ | @@ -308,12 +308,12 @@ | ||
| 308 | <uni-easyinput v-model="form.annualMaterialOverview" placeholder="请输入年度款料概况" :inputBorder="false" /> | 308 | <uni-easyinput v-model="form.annualMaterialOverview" placeholder="请输入年度款料概况" :inputBorder="false" /> |
| 309 | </template> | 309 | </template> |
| 310 | </uni-list-item> | 310 | </uni-list-item> |
| 311 | + <view class="footer"> | ||
| 312 | + <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 313 | + </view> | ||
| 311 | 314 | ||
| 312 | </uni-list> | 315 | </uni-list> |
| 313 | </scroll-view> | 316 | </scroll-view> |
| 314 | - <view class="footer"> | ||
| 315 | - <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 316 | - </view> | ||
| 317 | 317 | ||
| 318 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" | 318 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" |
| 319 | @confirm="onSheetConfirm" /> | 319 | @confirm="onSheetConfirm" /> |
| @@ -307,12 +307,11 @@ | @@ -307,12 +307,11 @@ | ||
| 307 | <uni-easyinput v-model="form.annualMaterialOverview" placeholder="请输入年度款料概况" :inputBorder="false" /> | 307 | <uni-easyinput v-model="form.annualMaterialOverview" placeholder="请输入年度款料概况" :inputBorder="false" /> |
| 308 | </template> | 308 | </template> |
| 309 | </uni-list-item> | 309 | </uni-list-item> |
| 310 | - | 310 | + <view class="footer"> |
| 311 | + <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 312 | + </view> | ||
| 311 | </uni-list> | 313 | </uni-list> |
| 312 | </scroll-view> | 314 | </scroll-view> |
| 313 | - <view class="footer"> | ||
| 314 | - <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 315 | - </view> | ||
| 316 | 315 | ||
| 317 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" | 316 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" |
| 318 | @confirm="onSheetConfirm" /> | 317 | @confirm="onSheetConfirm" /> |