feat: 意见反馈的实现
This commit is contained in:
@@ -61,6 +61,12 @@
|
||||
item.toolCall.componentName === CompName.createWorkOrderCard
|
||||
"
|
||||
/>
|
||||
<Feedback
|
||||
v-else-if="
|
||||
item.toolCall.componentName === CompName.feedbackCard
|
||||
"
|
||||
:toolCall="item.toolCall"
|
||||
/>
|
||||
<DetailCardCompontent
|
||||
v-else-if="item.toolCall.componentName === ''"
|
||||
:toolCall="item.toolCall"
|
||||
@@ -148,6 +154,7 @@ import ActivityListComponent from "../module/banner/ActivityListComponent.vue";
|
||||
import RecommendPostsComponent from "../module/recommend/RecommendPostsComponent.vue";
|
||||
import AttachListComponent from "../module/attach/AttachListComponent.vue";
|
||||
import CreateServiceOrder from "@/components/CreateServiceOrder/index.vue";
|
||||
import Feedback from "@/components/Feedback/index.vue";
|
||||
import DetailCardCompontent from "../module/detail/DetailCardCompontent.vue";
|
||||
import { mainPageData } from "@/request/api/MainPageDataApi";
|
||||
import {
|
||||
|
||||
@@ -58,8 +58,8 @@ const initData = () => {
|
||||
},
|
||||
{
|
||||
icon: "/static/quick/quick_icon_call.png",
|
||||
title: "呼叫服务",
|
||||
content: "加水、客房服务等",
|
||||
title: "反馈意见",
|
||||
content: "有意见告诉朵朵",
|
||||
type: "Command.createWorkOrder",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user