Compare commits

...

2 Commits

Author SHA1 Message Date
guoyuepeng 35e64f84ac Merge remote-tracking branch 'origin/dev' into dev 2025-03-20 18:27:30 +08:00
guoyuepeng a033556bd0 1.安全承诺书,主要负责人签字,改成承诺人签字 2025-03-20 18:27:21 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<view class="respondent">
<view class="promiser">
<text>
{{ info.TYPE === '0' ? '主要负责人签字' : '受状人' }}
{{ info.TYPE === '0' ? '承诺人签字' : '受状人' }}
</text>
<u--image v-if="info.FILEPATH" :showLoading="true" :src="info.FILEPATH"
width="200rpx" height="100px" mode="scaleToFill"></u--image>