pyt
2025-03-17 93598a984c793265723d714beeb8bf146c65ca5d
H5/pages/list/list.vue
@@ -123,12 +123,17 @@
               <view class="txt-center fs-23 mt-27 color6">
                  创建时间:{{ item.createTime | formatTime }}
               </view>
               <view v-if="!([3,5,7,4].includes(item.status))" class="flex a-center j-center fs-23 mt-29 txt-center">
               <view v-if="!([3,5,7,4].includes(item.status) && item.listControlsButtonStatus == 0)" class="flex a-center j-center fs-23 mt-29 txt-center">
                  <view @click.stop="addProgress(item.id)" class="h-58 lh-58 bgColor5 w-192 br-29 color10">
                     添加办理进度
                  </view>
                  <view @click.stop="addResult(item.id)" class="ml-38 h-58 lh-58 bgColor6 w-192 br-29 color8">
                     办理结果录入
                  </view>
               </view>
               <view v-if="[3].includes(item.status)&& item.evaluateButtonStatus == 0" class="flex a-center j-center fs-23 mt-29 txt-center">
                  <view @click.stop="toEvaluate(item.id)" class="h-58 lh-58 bgColor5 w-192 br-29 color10">
                     评价
                  </view>
               </view>
            </view>
@@ -199,6 +204,12 @@
         })
      },
      methods: {
         // 去评价
         toEvaluate(id) {
            uni.navigateTo({
               url: `/pages/evaluate/evaluate?id=${id}`
            })
         },
         fetchList(params, callback) {
            if (this.status == 'loading') return
            this.status = 'loading'