|
@@ -34,8 +34,9 @@
|
|
<div class="flex items-center flex-row mt-1">
|
|
<div class="flex items-center flex-row mt-1">
|
|
<van-text-ellipsis :content="item.customerName"
|
|
<van-text-ellipsis :content="item.customerName"
|
|
class="flex-1 text-[#B9B9B9] text-size-small" />
|
|
class="flex-1 text-[#B9B9B9] text-size-small" />
|
|
- <div class="text-[#B9B9B9] text-size-small" v-if="item.inchargerName">负责人:{{
|
|
|
|
- item.inchargerName }}</div>
|
|
|
|
|
|
+ <div class="text-[#B9B9B9] text-size-small" v-if="item.inchargerName">负责人:
|
|
|
|
+ <TranslationComponent :openId="item.inchargerName" />
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -47,8 +48,9 @@
|
|
<div class="text-[#B9B9B9]">{{ item.customerLevelValue }}</div>
|
|
<div class="text-[#B9B9B9]">{{ item.customerLevelValue }}</div>
|
|
</div>
|
|
</div>
|
|
<div class="flex items-center flex-row mt-1">
|
|
<div class="flex items-center flex-row mt-1">
|
|
- <div class="text-[#B9B9B9] text-size-small" v-if="item.inchargerName">负责人:{{
|
|
|
|
- item.inchargerName }}</div>
|
|
|
|
|
|
+ <div class="text-[#B9B9B9] text-size-small" v-if="item.inchargerName">负责人:
|
|
|
|
+ <TranslationComponent :openId="item.inchargerName" />
|
|
|
|
+ </div>
|
|
<div></div>
|
|
<div></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -61,8 +63,9 @@
|
|
<div class="text-[#B9B9B9]">{{ item.customerLevelValue }}</div>
|
|
<div class="text-[#B9B9B9]">{{ item.customerLevelValue }}</div>
|
|
</div>
|
|
</div>
|
|
<div class="flex items-center flex-row mt-1">
|
|
<div class="flex items-center flex-row mt-1">
|
|
- <div class="text-[#B9B9B9] text-size-small" v-if="item.inchargerName">负责人:{{
|
|
|
|
- item.inchargerName }}</div>
|
|
|
|
|
|
+ <div class="text-[#B9B9B9] text-size-small" v-if="item.inchargerName">负责人:
|
|
|
|
+ <TranslationComponent :openId="item.inchargerName" />
|
|
|
|
+ </div>
|
|
<div></div>
|
|
<div></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -77,8 +80,9 @@
|
|
<div class="flex items-center justify-between flex-row mt-1">
|
|
<div class="flex items-center justify-between flex-row mt-1">
|
|
<div class="text-[#B9B9B9] text-size-small w-2/5 truncate" v-if="item.ownerName">客户:{{
|
|
<div class="text-[#B9B9B9] text-size-small w-2/5 truncate" v-if="item.ownerName">客户:{{
|
|
item.customName }}</div>
|
|
item.customName }}</div>
|
|
- <div class="text-[#B9B9B9] text-size-small w-2/5 truncate text-right" v-if="item.ownerName">负责人:{{
|
|
|
|
- item.ownerName }}</div>
|
|
|
|
|
|
+ <div class="text-[#B9B9B9] text-size-small w-2/5 truncate text-right" v-if="item.ownerName">负责人:
|
|
|
|
+ <TranslationComponent :openId="item.inchargerName" />
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -109,8 +113,9 @@
|
|
<div class="text-[#B9B9B9]">{{ item.status ? '上架' : '下架' }}</div>
|
|
<div class="text-[#B9B9B9]">{{ item.status ? '上架' : '下架' }}</div>
|
|
</div>
|
|
</div>
|
|
<div class="flex items-center justify-between flex-row mt-1">
|
|
<div class="flex items-center justify-between flex-row mt-1">
|
|
- <div class="text-[#B9B9B9] text-size-small w-2/5 truncate">负责人:{{
|
|
|
|
- item.inchargerName }}</div>
|
|
|
|
|
|
+ <div class="text-[#B9B9B9] text-size-small w-2/5 truncate">负责人:
|
|
|
|
+ <TranslationComponent :openId="item.inchargerName" />
|
|
|
|
+ </div>
|
|
<div class="text-[#B9B9B9] text-size-small w-2/5 truncate text-right">库存:{{
|
|
<div class="text-[#B9B9B9] text-size-small w-2/5 truncate text-right">库存:{{
|
|
item.unit || 0 }}</div>
|
|
item.unit || 0 }}</div>
|
|
</div>
|
|
</div>
|