From 63b18510293288fb6f97590e031b64f5bb1dc772 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 31 Mar 2023 09:45:49 +0800 Subject: [PATCH] BUG 142 --- src/components/AiEvaluation/AiEvaluation.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/AiEvaluation/AiEvaluation.vue b/src/components/AiEvaluation/AiEvaluation.vue index 281abc8..1cbf6e6 100644 --- a/src/components/AiEvaluation/AiEvaluation.vue +++ b/src/components/AiEvaluation/AiEvaluation.vue @@ -9,7 +9,7 @@
- + {{ detail.rateText || "" }} @@ -30,6 +30,7 @@ import AiPagePicker from "../AiPagePicker/AiPagePicker"; import AiGroup from "../AiGroup/AiGroup"; import AiItem from "../AiItem/AiItem"; import AiUploader from "../AiUploader/AiUploader"; +import AiEmpty from "dvcp_v2_wechat_app/src/components/AiEmpty/AiEmpty"; export default { name: "AiEvaluation", @@ -43,7 +44,7 @@ export default { bid: {default: ""}, type: {default: "submit"} //可选值: submit:提交评价,show:展示评价 }, - components: {AiUploader, AiItem, AiGroup, AiPagePicker}, + components: {AiEmpty, AiUploader, AiItem, AiGroup, AiPagePicker}, computed: { isShow: v => v.type == 'show', hasEvaluated: v => !!v.detail?.id