From 32de7c4f1808c96bed467688dff7bb1fd18a21f7 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 1 Aug 2024 15:36:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E5=8F=8D=E9=A6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 ++ src/views/trials/trials-layout/index.vue | 18 +++---- .../reading/dicoms/components/DicomCanvas.vue | 2 +- .../reading/dicoms/components/Questions.vue | 49 ++++++++++++++++++- 4 files changed, 61 insertions(+), 11 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7698c6fb..f51f67e0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -81,6 +81,7 @@ > + @@ -90,10 +91,12 @@ import { getFrontInternationalizationList, } from "@/api/dictionary/dictionary"; import { getTrialExtralConfig } from "@/api/trials"; +import feedBack from '@/views/trials/trials-layout/components/feedBack' import Vue from "vue"; import i18n from "./lang"; export default { name: "App", + components: {feedBack}, data() { return { drawer: false, diff --git a/src/views/trials/trials-layout/index.vue b/src/views/trials/trials-layout/index.vue index 4517da95..94d46620 100644 --- a/src/views/trials/trials-layout/index.vue +++ b/src/views/trials/trials-layout/index.vue @@ -6,25 +6,25 @@ - +