test #13

Merged
zhuzhiyu merged 4 commits from test into master 6 months ago
  1. 5
      src/components/ListItem/ListItem.vue

5
src/components/ListItem/ListItem.vue

@ -37,8 +37,9 @@
<div class="custom whitespace-normal pr-3.5 text-justify font-normal leading-normal text-[#333333]"> <div class="custom whitespace-normal pr-3.5 text-justify font-normal leading-normal text-[#333333]">
<div v-html="customer.disposeDes"></div> <div v-html="customer.disposeDes"></div>
<div v-if="!customer.disposeRep" class="flex items-center pt-4 !text-16"> <div v-if="!customer.disposeRep" class="flex items-center pt-4 !text-16">
总经理:{{ customer.managerSignature }}
<img class="!size-6" :src="customer.sealUrl" alt="" />
总经理:
<!-- {{ customer.managerSignature }} -->
<img class="!h-9 !w-[138px]" :src="customer.sealUrl" alt="" />
</div> </div>
</div> </div>
</ScrollView> </ScrollView>

Loading…
Cancel
Save