pyt
2025-02-26 403da33c30fc628c1608b96d95efdc12e70c3b06
H5/pages/progress/progress.vue
@@ -6,7 +6,7 @@
            <view class="color1">{{ ["正在办理", "延期办理", "超时办理", "已办结", "群众撤销", "上报待审核", "上级驳回"][info.status] }}</view>
         </view>
         <view class="mx-13 mt-33 pt-35 pb-33 px-27 br-19 flex a-center j-between bgcolor1">
            <view class="fs-27 lh-38 color2">{{ info.detailedAddress }}</view>
            <view class="fs-27 lh-38 color2">{{ info.location }}</view>
            <image src="@/static/detailImg/dwei.png" class="w-31 h-31 shrink0" />
         </view>
         <view class="flex a-center j-between mt-31 mx-13">
@@ -40,7 +40,7 @@
               <view class="flex1">
                  <view class="flex a-center j-between mb-10">
                     <view class="name">{{ item.createByName }}</view>
                     <view class="time">{{ item.createTime }}</view>
                     <view class="time">{{ item.createTime | formatTime }}</view>
                  </view>
                  <view class="context">{{ item.describe }}</view>
                  <view class="proImg">
@@ -85,6 +85,7 @@
</template>
<script>
   import dayjs from '../../uni_modules/uview-ui/libs/util/dayjs'
   import {
      getComplaintDetail
   } from './service'
@@ -96,6 +97,12 @@
            type: true,
         }
      },
      filters: {
         formatTime(val) {
            if (!val) return ''
            return dayjs(val).format('YYYY-MM-DD HH:mm:ss')
         }
      },
      onLoad(params) {
         this.id = params.id
         if (params.type) {