董国庆
2025-05-23 63ecd83a0f17442cb1ce3b497f4c7932fda4177f
H5/pages/supervision/supervision-progress.vue
@@ -85,7 +85,8 @@
            暂无数据
         </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">
@@ -143,7 +144,7 @@
                  icon: 'none',
                  mask: true,
                  title: '删除办理进度成功',
                  duration:2000
                  duration: 2000
               })
               setTimeout(() => {
                  getComplaintDetail({
@@ -191,6 +192,10 @@
</script>
<style scoped lang="scss">
   .zIndex99999 {
      z-index: 999999 !important;
   }
   .bs-1 {
      box-shadow: 0rpx 0rpx 27rpx 0rpx rgba(0, 0, 0, 0.1);
   }