+
{{ $store.state.trials.uploadTip }}
@@ -354,6 +354,10 @@ export default {
return {}
},
},
+ forbid: {
+ type: Boolean,
+ default: false,
+ },
TaskId: {
type: String,
default: '',
diff --git a/src/components/uploadDicomAndNonedicom/index.vue b/src/components/uploadDicomAndNonedicom/index.vue
index dd9264f5..b8217bb0 100644
--- a/src/components/uploadDicomAndNonedicom/index.vue
+++ b/src/components/uploadDicomAndNonedicom/index.vue
@@ -6,12 +6,12 @@
+ :isReadingTaskViewInOrder="isReadingTaskViewInOrder" :IsImageSegment="IsImageSegment" :forbid="forbid" />
+ :Criterion="Criterion" :VisitTaskId="VisitTaskId" :isUpload.sync="isUpload" :IsImageSegment="IsImageSegment"
+ :forbid="forbid" />
@@ -29,6 +29,10 @@ export default {
type: Boolean,
default: false,
},
+ forbid: {
+ type: Boolean,
+ default: false,
+ },
SubjectId: {
type: String,
default: '',
diff --git a/src/components/uploadDicomAndNonedicom/nonedicomFile.vue b/src/components/uploadDicomAndNonedicom/nonedicomFile.vue
index 5715210b..b87a8d6f 100644
--- a/src/components/uploadDicomAndNonedicom/nonedicomFile.vue
+++ b/src/components/uploadDicomAndNonedicom/nonedicomFile.vue
@@ -109,7 +109,7 @@
-
-
-
+
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
- {{$t('common:button:upload')}}
+
+
+ {{ $t('common:button:upload') }}
- {{ $t('common:button:cancel') }}
- {{ $t('common:button:save') }}
+ {{ $t('common:button:cancel')
+ }}
+ {{ $t('common:button:save')
+ }}
@@ -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" />