Compare commits
2 Commits
f934580100
...
35e64f84ac
Author | SHA1 | Date |
---|---|---|
|
35e64f84ac | |
|
a033556bd0 |
|
@ -32,7 +32,7 @@
|
||||||
<view class="respondent">
|
<view class="respondent">
|
||||||
<view class="promiser">
|
<view class="promiser">
|
||||||
<text>
|
<text>
|
||||||
{{ info.TYPE === '0' ? '主要负责人签字' : '受状人' }}:
|
{{ info.TYPE === '0' ? '承诺人签字' : '受状人' }}:
|
||||||
</text>
|
</text>
|
||||||
<u--image v-if="info.FILEPATH" :showLoading="true" :src="info.FILEPATH"
|
<u--image v-if="info.FILEPATH" :showLoading="true" :src="info.FILEPATH"
|
||||||
width="200rpx" height="100px" mode="scaleToFill"></u--image>
|
width="200rpx" height="100px" mode="scaleToFill"></u--image>
|
||||||
|
|
Loading…
Reference in New Issue