Browse Source

改善前添加盖章内容

Reviewed-on: #9
pull/10/head v1.0.0-beta.5
姜鑫 6 months ago
parent
commit
a09cae0527
  1. 4
      src/components/ListItem/ListItem.vue

4
src/components/ListItem/ListItem.vue

@ -36,6 +36,10 @@
<ScrollView class="scroll h-90 relative" scrollbar observe-image :list="customer.disposeDes">
<div class="custom whitespace-normal pr-3.5 text-justify font-normal leading-normal text-[#333333]">
<div v-html="customer.disposeDes"></div>
<div v-if="!customer.disposeRep" class="flex items-center pt-4 !text-16">
总经理:{{ customer.managerSignature }}
<img class="!size-6" :src="customer.sealUrl" alt="" />
</div>
</div>
</ScrollView>
</div>

Loading…
Cancel
Save