| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="attache_img" v-else> |
| | | <view v-for="(item, index) in detailData.attachments" :key="index" > |
| | | <view style="display: flex;margin-top: 10px;" v-if="item.suffix == 'jpg'|| item.suffix =='jpeg' || item.suffix =='png'"> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | <!-- <view style="width: 100%; height: 100px;"> |
| | | <web-view src="http://192.168.0.38:8086/uploadtest/2023/naturalDisaster/Warninginfo/0619/79e33942cb9548788f1f3196a2058c37.doc"></web-view> |
| | | </view> --> |
| | | |
| | | </view> |
| | | <text class="textTop" v-if="detailData.role == 'leader'"><b>信息提交人:</b>{{detailData.infoSubmitterRealName}}</text> |
| | | <view class="textTop" v-if="detailData.role == 'leader'"> |
| | |
| | | style="background-color:rgb(6, 202, 23);color: white;width: 180px;" |
| | | @click="infoSend" |
| | | >确认发布</u-button> |
| | | </view> |
| | | <!-- //村级显示 --> |
| | | <view class="measures"> |
| | | <u-button type="primary" @click="goMeasures">响应措施反馈</u-button> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | uni.navigateBack({ |
| | | url:'./notice/notice' |
| | | }); |
| | | }, |
| | | goMeasures() { |
| | | uni.navigateTo({ |
| | | url: `/pages/tabBar/notice/measures?data=` + encodeURIComponent("2") |
| | | }) |
| | | }, |
| | | //审核通过 |
| | | approved() { |
| | |
| | | justify-content: space-around; |
| | | width: 100%; |
| | | } |
| | | .measures{ |
| | | margin-top: 50px; |
| | | } |
| | | |
| | | </style> |