|
|
|
@ -4,8 +4,8 @@ |
|
|
|
> |
|
|
|
<div class="flex-1 shrink-0 justify-between"> |
|
|
|
<div class="flex items-center text-justify text-[#808080] text-16 font-normal leading-[18px] mb-2"> |
|
|
|
<div class="flex-center mr-3 w-8 h-8 bg-[#B60081] rounded-xl"> |
|
|
|
<img src="../../assets/images/q.svg" class="w-4 h-6" alt="" /> |
|
|
|
<div class="flex-center mr-3 w-6 h-6 bg-[#B60081] rounded-xl"> |
|
|
|
<img src="../../assets/images/q.svg" class="w-3 h-5" alt="" /> |
|
|
|
</div> |
|
|
|
{{ formatDate(customer.addTime) }} |
|
|
|
</div> |
|
|
|
@ -17,8 +17,8 @@ |
|
|
|
</div> |
|
|
|
<div class="flex-1 shrink-0"> |
|
|
|
<div class="flex items-center text-justify text-[#333] text-16 font-normal leading-[18px] mb-2"> |
|
|
|
<div class="flex-center mr-3 w-8 h-8 rounded-xl bg-[#F5F5F5] border border-solid border-[#808080]"> |
|
|
|
<img src="../../assets/images/a.svg" class="w-4 h-6" alt="" /> |
|
|
|
<div class="flex-center mr-3 w-6 h-6 rounded-xl bg-[#F5F5F5] border border-solid border-[#808080]"> |
|
|
|
<img src="../../assets/images/a.svg" class="w-3 h-5" alt="" /> |
|
|
|
</div> |
|
|
|
{{ formatDate(customer.updateTime) }} |
|
|
|
</div> |
|
|
|
@ -28,7 +28,7 @@ |
|
|
|
<div v-if="customer.sign" class="text-[#333] text-16">店铺店长: {{ customer.sign }}</div> |
|
|
|
<div class="flex items-center text-[#333] text-16 pt-2"> |
|
|
|
总经理: 能岛拓也 |
|
|
|
<img src="../../assets/images/manager.svg" class="w-12 h-12 ml-2.5 shrink-0" /> |
|
|
|
<img src="../../assets/images/manager.svg" class="w-10 h-10 ml-2.5 shrink-0" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</ScrollView> |
|
|
|
|