Commit 01449cd302dc4d6282abc97a66c474ecd25370d6

Authored by 史婷婷
1 parent 8e944419

feat: 资信管理 -新增&编辑&变更-底部dom移入uni-list里-解决日期组件被遮盖问题

... ... @@ -309,12 +309,14 @@
309 309 </template>
310 310 </uni-list-item>
311 311
  312 + <view class="footer">
  313 + <button class="btn submit" type="primary" @click="onSubmit">提交</button>
  314 + </view>
  315 +
312 316 </uni-list>
313 317 </scroll-view>
314 318
315   - <view class="footer">
316   - <button class="btn submit" type="primary" @click="onSubmit">提交</button>
317   - </view>
  319 +
318 320
319 321 <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value"
320 322 @confirm="onSheetConfirm" />
... ...
... ... @@ -307,12 +307,12 @@
307 307 <uni-easyinput v-model="form.annualMaterialOverview" placeholder="请输入年度款料概况" :inputBorder="false" />
308 308 </template>
309 309 </uni-list-item>
  310 + <view class="footer">
  311 + <button class="btn submit" type="primary" @click="onSubmit">提交</button>
  312 + </view>
310 313
311 314 </uni-list>
312 315 </scroll-view>
313   - <view class="footer">
314   - <button class="btn submit" type="primary" @click="onSubmit">提交</button>
315   - </view>
316 316
317 317 <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value"
318 318 @confirm="onSheetConfirm" />
... ...
... ... @@ -306,12 +306,11 @@
306 306 <uni-easyinput v-model="form.annualMaterialOverview" placeholder="请输入年度款料概况" :inputBorder="false" />
307 307 </template>
308 308 </uni-list-item>
309   -
  309 + <view class="footer">
  310 + <button class="btn submit" type="primary" @click="onSubmit">提交</button>
  311 + </view>
310 312 </uni-list>
311 313 </scroll-view>
312   - <view class="footer">
313   - <button class="btn submit" type="primary" @click="onSubmit">提交</button>
314   - </view>
315 314
316 315 <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value"
317 316 @confirm="onSheetConfirm" />
... ...