MrShi
2024-04-07 9a819fa35464df79a1a8a56e132b3463fac520a7
wx/pages/online_reporting/online_reporting.vue
@@ -8,7 +8,7 @@
            </view>
         </view>
      </u-sticky>
      <view class="box_list">
      <view class="box_list" v-if="list.length > 0">
         <view class="box_list_item" v-for="(item, index) in list" :key="index" @click="jump(item.id)">
            <view class="status yellow" v-if="item.status === 0 || item.status === 2 || item.status === 3">处理中</view>
            <view class="status info" v-if="item.status === 1">已撤案</view>
@@ -30,9 +30,9 @@
            </view>
         </view>
      </view>
      <!-- <view class="box_wu">
      <view class="box_wu" v-else>
         <image src="@/static/icon/default_nodata@2x.png" mode="widthFix"></image>
      </view> -->
      </view>
      <view style="width: 100%; height: calc(env(safe-area-inset-bottom) + 100rpx);"></view>
      <view class="box_footer">
         <u-button type="primary" shape="circle" color="#437CB3" text="新增报案理赔" @click="baoan"></u-button>
@@ -54,8 +54,8 @@
            next: false,
            cate: [
               { name: '全部', id: '' },
               { name: '已完成', id: '3' },
               { name: '处理中', id: '2' },
               { name: '已完成', id: '4' },
               { name: '处理中', id: '0,2,3' },
               { name: '已撤销', id: '1' }
            ]
         };