Commit bfc5b0fcd2b33c3aac4c4d1e2b19f97c2844934c

Authored by 史婷婷
1 parent a423cdc9

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

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