叶松
2023-11-21 6eaaba4f97028d581df3e019a7705d60b398c26e
xcx/robePages/safeManage/rectifyDetails.vue
@@ -27,14 +27,14 @@
                  <view class="notice_matter_datas">{{rectifyDetail.inspectContent}}</view>
               </view>
               <view class="notice_matter_phone" v-for="(item,index) in NoticePhone" :key="index">
                  <u-image :src="`https://pipe.thhy-tj.com/${item.imgPath}`" ></u-image>
                  <u-image :src="`https://szpipe.thhy-tj.com/${item.imgPath}`" ></u-image>
               </view>
               <view class="notice_matter_items">
                  <view class="notice_matter_titles">整改结果:</view>
                  <view class="notice_matter_datas">{{rectifyDetail.feedbackContent ===null?"":rectifyDetail.feedbackContent}}</view>
               </view>
               <view class="notice_matter_phone" v-for="(item,index) in overNoticePhone" :key="index">
                  <u-image :src="`https://pipe.thhy-tj.com/${item.imgPath}`" ></u-image>
                  <u-image :src="`https://szpipe.thhy-tj.com/${item.imgPath}`" ></u-image>
               </view>
            </view>
         </view>