This commit is contained in:
aixianling
2023-03-31 10:11:51 +08:00
parent 63b1851029
commit 67cc563c32
2 changed files with 19 additions and 4 deletions

View File

@@ -30,7 +30,6 @@ 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",
@@ -44,7 +43,7 @@ export default {
bid: {default: ""},
type: {default: "submit"} //可选值: submit:提交评价,show:展示评价
},
components: {AiEmpty, AiUploader, AiItem, AiGroup, AiPagePicker},
components: {AiUploader, AiItem, AiGroup, AiPagePicker},
computed: {
isShow: v => v.type == 'show',
hasEvaluated: v => !!v.detail?.id