稽查更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3820146acb
commit
385afa93f0
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue