| | |
| | | 暂无数据 |
| | | </view> |
| | | </view> |
| | | <view v-if="type" @tap="toAdd" class="mt-38 fs-35 lh-96 br-48 txt-center font-bold bgcolor6 color4 fixed" |
| | | <view v-if="type" @tap="toAdd" |
| | | class="mt-38 fs-35 lh-96 br-48 txt-center font-bold bgcolor6 color4 fixed zIndex99999" |
| | | style="width: calc(100% - 62rpx);bottom: calc(env(safe-area-inset-bottom) + 10rpx);">添加办理进度 |
| | | </view> |
| | | <CustomPopup ref="customPopup" closeText="取消" @comfirm="deleteProgress"> |
| | |
| | | icon: 'none', |
| | | mask: true, |
| | | title: '删除办理进度成功', |
| | | duration:2000 |
| | | duration: 2000 |
| | | }) |
| | | setTimeout(() => { |
| | | getComplaintDetail({ |
| | |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |
| | | .zIndex99999 { |
| | | z-index: 999999 !important; |
| | | } |
| | | |
| | | .bs-1 { |
| | | box-shadow: 0rpx 0rpx 27rpx 0rpx rgba(0, 0, 0, 0.1); |
| | | } |