|
@@ -169,7 +169,7 @@ onMounted(() => {
|
|
|
</div>
|
|
|
<div class="text-wrapper">
|
|
|
<span style="color: #808d97; font-weight: 500">所属店铺: </span>
|
|
|
- <el-tooltip :content="item.shopName" placement="top" :disabled="item.shopName.length <= 14"
|
|
|
+ <el-tooltip :content="item.shopName" placement="top" :disabled="item.shopName?.length <= 14"
|
|
|
:show-after="350">
|
|
|
<span style="font-weight: 500">{{ item.shopName }}</span>
|
|
|
</el-tooltip>
|