王恒
2025-09-04 616e6be49d3f64f2397cb1b1c05d2c06df3db9a3
policy/scodePage/scodePage.vue
@@ -56,19 +56,19 @@
            <view class="box">
              <view class="title">{{item.enforceReason}}</view>
              <view class="user-news">
                <text>{{item.applyUser}}</text>
                <text>{{item.applyUser || ''}}</text>
                <view class="driver"></view>
                <text>{{item.applyDeptName}}</text>
                <text>{{item.applyDeptName || item.applyDeptNames || ''}}</text>
              </view>
              <view class="font-13">
                <text>执法对象:</text>{{item.companyName}}
              </view>
              <view class="border"></view>
              <view class="font-12 margin-bottom">
                <text>执法时间:</text>{{item.planTime}}
                <text>执法时间:</text>{{item.planTime || item.planMonth || ''}}
              </view>
              <view class="font-12">
                <text>申请时间:</text>{{item.applyTime}}
                <text>申请时间:</text>{{item.applyTime || ''}}
              </view>
              <view class="button-entery">
                <view class="button" v-if="item.isSelect" @click="doScanOrder(item.orderId, index)">确认执法</view>