feat: 车牌卡片 图片商品组件名称 单位

This commit is contained in:
2025-09-20 14:07:26 +08:00
parent 64db5ebaf3
commit dc8b939ff3
6 changed files with 31 additions and 34 deletions

View File

@@ -31,17 +31,6 @@
>
</ChatTopWelcome>
<ChatCardAI class="message-item-ai">
<template #content>
<!-- 车牌添加卡片 -->
<AddCarCrad
:toolCall="{
url: 'https://shop.gzcyb.vip/scanQrFixCode?fixCodeId=49892',
}"
/>
</template>
</ChatCardAI>
<view
class="area-msg-list-content"
v-for="item in chatMsgList"
@@ -78,12 +67,16 @@
:toolCall="item.toolCall"
/>
<DetailCardCompontent
v-else-if="item.toolCall.componentName === ''"
v-else-if="
item.toolCall.componentName ===
CompName.pictureAndCommodityCard
"
:toolCall="item.toolCall"
/>
<AddCarCrad
v-else-if="
item.toolCall.componentName === CompName.addLicensePlate
item.toolCall.componentName ===
CompName.enterLicensePlateCard
"
:toolCall="item.toolCall"
/>