王恒
2025-09-04 616e6be49d3f64f2397cb1b1c05d2c06df3db9a3
policy/reportRecord/reportRecord.vue
@@ -2,7 +2,8 @@
   <view class="page-box">
      <u-sticky bgColor="white">
         <view class="padding">
            <u-search placeholder="请输入申请记录关键词" v-model="queryParams.enforceReason" @clear="clean" shape="square" @confirm="search" :showAction="false"></u-search>
        <u-search placeholder="请输入申请记录关键词" v-model="queryParams.enforceReason" @clear="clean" shape="square"
          @confirm="search" :showAction="false"></u-search>
         </view>
      </u-sticky>
      <view class="list">
@@ -28,10 +29,10 @@
             <view class="set-flex set-start set-flex-content-between">
                <view>
                   <view class="set-line1">
                      <text>执法时间:</text>{{item.planTime}}
              <text>执法时间:</text>{{item.planTime || item.planMonth || ''}}
                   </view>
                   <view class="set-line1">
                      <text>申请时间:</text>{{item.applyTime}}
              <text>申请时间:</text>{{item.applyTime || ''}}
                   </view>
                </view>
                <!-- <view class="button" @click="goReport(item.orderId)" >