This commit is contained in:
”Rain“ 2024-05-22 02:02:01 +08:00
parent 92827d6a79
commit 1eb68d5d81
3 changed files with 6 additions and 5 deletions

View File

@ -3,7 +3,8 @@
<u-icon :style="{
top: (statusBarHeight + 5) + 'px'
}" @click="gotoback" name="arrow-left" size="40" class="back"></u-icon>
<!-- <view class="title">请选择您的登录方式</view> -->
<view class="title"></view>
<!-- 请选择您的登录方式 -->
<view class="loginBox">
<view class="tabs">
<view class="tab" v-for="(item,index) in tabs" :key="index" :class="{active:current==index}"

View File

@ -93,14 +93,14 @@
<view class="rescue-detail data">
<view>
<text>处置资料</text>
<text v-if="emergencyInfo.disposalInformation" style="cursor: pointer;" class="color-518"
<text v-if="emergencyInfo.disposalInformation" style="cursor: pointer;word-wrap:break-word; word-break:break-all;" class="color-518"
@click="downloadReport(emergencyInfo.disposalInformation)">
{{ JSON.parse(emergencyInfo.disposalInformation).map(item => item.name).join("、") }}
</text>
</view>
<view>
<text>指导文件</text>
<text v-if="emergencyInfo.guidanceDocument" style="cursor: pointer;" class="color-518"
<text v-if="emergencyInfo.guidanceDocument" style="cursor: pointer;word-wrap:break-word; word-break:break-all;" class="color-518"
@click="downloadReport(emergencyInfo.guidanceDocument)">
{{ JSON.parse(emergencyInfo.guidanceDocument).map(item => item.name).join("、") }}
</text>

View File

@ -93,14 +93,14 @@
<view class="rescue-detail data">
<view>
<text>处置资料</text>
<text v-if="emergencyInfo.disposalInformation" style="cursor: pointer;" class="color-518"
<text v-if="emergencyInfo.disposalInformation" style="cursor: pointer;word-wrap:break-word; word-break:break-all;" class="color-518"
@click="downloadReport(emergencyInfo.disposalInformation)">
{{ JSON.parse(emergencyInfo.disposalInformation).map(item => item.name).join("、") }}
</text>
</view>
<view>
<text>指导文件</text>
<text v-if="emergencyInfo.guidanceDocument" style="cursor: pointer;" class="color-518"
<text v-if="emergencyInfo.guidanceDocument" style="cursor: pointer;word-wrap:break-word; word-break:break-all;" class="color-518"
@click="downloadReport(emergencyInfo.guidanceDocument)">
{{ JSON.parse(emergencyInfo.guidanceDocument).map(item => item.name).join("、") }}
</text>