feat: 呼叫服务命令

This commit is contained in:
2025-10-21 20:00:51 +08:00
parent 91b2f4094c
commit 2f05a40918
3 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@
/>
<CreateServiceOrder
v-else-if="
item.toolCall.componentName === CompName.createWorkOrderCard
item.toolCall.componentName === CompName.callServiceCard
"
/>
<Feedback

View File

@@ -37,7 +37,7 @@ const itemList = ref([
{
icon: "",
title: "呼叫服务",
type: Command.createWorkOrderCard,
type: Command.callServiceCard,
},
{
icon: "https://oss.nianxx.cn/mp/static/version_101/home/more.png",