diff --git a/src/App.vue b/src/App.vue index b9be4bcc..91f9b2de 100644 --- a/src/App.vue +++ b/src/App.vue @@ -83,7 +83,7 @@ - + @@ -94,12 +94,15 @@ import { } from '@/api/dictionary/dictionary' import { getTrialExtralConfig } from '@/api/trials' import feedBack from '@/views/trials/trials-layout/components/feedBack' -import timeTag from '@/components/timeTag' +// import timeTag from '@/components/timeTag' import Vue from 'vue' import i18n from './lang' export default { name: 'App', - components: { feedBack, timeTag }, + components: { + feedBack, + // timeTag + }, data() { return { drawer: false, diff --git a/src/components/downloadDicomAndNonedicom/index.vue b/src/components/downloadDicomAndNonedicom/index.vue index 05f623dd..7f08671f 100644 --- a/src/components/downloadDicomAndNonedicom/index.vue +++ b/src/components/downloadDicomAndNonedicom/index.vue @@ -68,7 +68,7 @@ @@ -178,7 +132,7 @@ export default { this.loading = true var file = await this.fileToBlob(param.file) const res = await this.OSSclient.put(`/System/NoticeAttachment/${param.file.name}`, file) - this.fileList.push({ name: param.file.name, path: this.$getObjectName(res.url), fullPath: this.$getObjectName(res.url), url: this.$getObjectName(res.url)}) + this.fileList.push({ name: param.file.name, path: this.$getObjectName(res.url), fullPath: this.$getObjectName(res.url), url: this.$getObjectName(res.url) }) this.form.Path = this.$getObjectName(res.url) this.form.FileName = param.file.name this.loading = false diff --git a/src/views/trials/trials-panel/reading/reading-task/components/TargetSection.vue b/src/views/trials/trials-panel/reading/reading-task/components/TargetSection.vue index 442c57e5..4042945b 100644 --- a/src/views/trials/trials-panel/reading/reading-task/components/TargetSection.vue +++ b/src/views/trials/trials-panel/reading/reading-task/components/TargetSection.vue @@ -69,11 +69,11 @@ : $t('trials:pendingReadingTasks:button:review') " icon="el-icon-edit-outline" @click="handleReadImage(scope.row)" /> --> - - @@ -84,10 +84,10 @@ + :IsImageSegment="true" :forbid="forbid" /> + :IsImageSegment="true" :forbid="forbid" />