Commit 712ef41aea739b36789dc44fc5829dbda4f585b3
1 parent
4b48292a
feat:框架合同-新增编辑-底部dom移入uni-list里-解决日期组件被 foot(提交合计等)遮盖问题
Showing
2 changed files
with
6 additions
and
8 deletions
| @@ -41,13 +41,12 @@ | @@ -41,13 +41,12 @@ | ||
| 41 | <uni-datetime-picker type="date" v-model="form.validityTime" /> | 41 | <uni-datetime-picker type="date" v-model="form.validityTime" /> |
| 42 | </template> | 42 | </template> |
| 43 | </uni-list-item> | 43 | </uni-list-item> |
| 44 | + <view class="footer"> | ||
| 45 | + <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 46 | + </view> | ||
| 44 | </uni-list> | 47 | </uni-list> |
| 45 | </scroll-view> | 48 | </scroll-view> |
| 46 | 49 | ||
| 47 | - <view class="footer"> | ||
| 48 | - <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 49 | - </view> | ||
| 50 | - | ||
| 51 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" | 50 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" |
| 52 | @confirm="onSheetConfirm" /> | 51 | @confirm="onSheetConfirm" /> |
| 53 | 52 |
| @@ -41,13 +41,12 @@ | @@ -41,13 +41,12 @@ | ||
| 41 | <uni-datetime-picker type="date" v-model="form.validityTime" /> | 41 | <uni-datetime-picker type="date" v-model="form.validityTime" /> |
| 42 | </template> | 42 | </template> |
| 43 | </uni-list-item> | 43 | </uni-list-item> |
| 44 | + <view class="footer"> | ||
| 45 | + <button class="btn submit" type="primary" @click="onSubmit">保存</button> | ||
| 46 | + </view> | ||
| 44 | </uni-list> | 47 | </uni-list> |
| 45 | </scroll-view> | 48 | </scroll-view> |
| 46 | 49 | ||
| 47 | - <view class="footer"> | ||
| 48 | - <button class="btn submit" type="primary" @click="onSubmit">保存</button> | ||
| 49 | - </view> | ||
| 50 | - | ||
| 51 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" | 50 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" |
| 52 | @confirm="onSheetConfirm" /> | 51 | @confirm="onSheetConfirm" /> |
| 53 | <RelateSelectSheet :visible.sync="relate.visible" :title="relate.title" :source="relate.source" | 52 | <RelateSelectSheet :visible.sync="relate.visible" :title="relate.title" :source="relate.source" |