稽查更改
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-08-06 17:13:05 +08:00
parent 3820146acb
commit 385afa93f0
1 changed files with 2 additions and 2 deletions

View File

@ -439,7 +439,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div v-if="otherData.length > 0" style="margin-top: 20px;margin-bottom: 10px;"> <div v-if="otherData.length > 0 && otherData[0].Value" style="margin-top: 20px;margin-bottom: 10px;">
<!-- 签名信息: --> <!-- 签名信息: -->
{{$t('trials:auditRecord:title:signInfo')}} {{$t('trials:auditRecord:title:signInfo')}}
</div> </div>
@ -777,7 +777,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div v-if="otherData.length > 0" style="margin-top: 20px;margin-bottom: 10px;"> <div v-if="otherData.length > 0 && otherData[0].Value" style="margin-top: 20px;margin-bottom: 10px;">
<!-- 签名信息: --> <!-- 签名信息: -->
{{$t('trials:auditRecord:title:signInfo')}} {{$t('trials:auditRecord:title:signInfo')}}
</div> </div>