diff --git a/src/components/TrialsTab/index.vue b/src/components/TrialsTab/index.vue index 09e8302..41ef34c 100644 --- a/src/components/TrialsTab/index.vue +++ b/src/components/TrialsTab/index.vue @@ -4,14 +4,15 @@ - + diff --git a/src/components/clinicalDataQuestions/components/uploadClinicalData.vue b/src/components/clinicalDataQuestions/components/uploadClinicalData.vue index a523a6c..3ad6555 100644 --- a/src/components/clinicalDataQuestions/components/uploadClinicalData.vue +++ b/src/components/clinicalDataQuestions/components/uploadClinicalData.vue @@ -1,302 +1,335 @@ diff --git a/src/views/system/dicomAE/components/edit-dicom.vue b/src/views/system/dicomAE/components/edit-dicom.vue new file mode 100644 index 0000000..94c530d --- /dev/null +++ b/src/views/system/dicomAE/components/edit-dicom.vue @@ -0,0 +1,100 @@ + + \ No newline at end of file diff --git a/src/views/system/dicomAE/index.vue b/src/views/system/dicomAE/index.vue index 6e2ffa4..3015837 100644 --- a/src/views/system/dicomAE/index.vue +++ b/src/views/system/dicomAE/index.vue @@ -1,11 +1,165 @@ \ No newline at end of file diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue index 9dd3646..08b9e42 100644 --- a/src/views/system/notice/index.vue +++ b/src/views/system/notice/index.vue @@ -249,11 +249,9 @@ min-width="200" show-overflow-tooltip v-if=" - hasPermi([ - 'system:notice:edit', - 'system:notice:publish', - 'system:notice:back', - ]) + hasPermi(['system:notice:edit']) || + hasPermi(['system:notice:publish']) || + hasPermi(['system:notice:back']) " > diff --git a/src/views/trials/trials-panel/subject/subject-list/components/add-subject.vue b/src/views/trials/trials-panel/subject/subject-list/components/add-subject.vue index 3701e65..e4f8ec3 100644 --- a/src/views/trials/trials-panel/subject/subject-list/components/add-subject.vue +++ b/src/views/trials/trials-panel/subject/subject-list/components/add-subject.vue @@ -7,7 +7,7 @@ :before-close="beforeCloseStudyDig" > {{ $t("trials:inspection:button:addTrials") }}({{ + >{{ $t("trials:subject:title:addSubject") }}({{ $t("trials:uploadDicomList:table:patientInfo") }}:T0001132,ZhangSan) @@ -15,7 +15,7 @@ @@ -25,24 +25,27 @@ > + + {{ $t("trials:addRP:button:confirmAddPR") }} + @@ -95,53 +106,61 @@ @selection-change="handleSelectChange" > - + - + - + - + - + - + + + + + @@ -193,7 +212,7 @@ export default { beforeCloseStudyDig() { this.$emit("update:visible", false); }, - // 加入项目 + // 确认添加 addTrials() { this.$emit("update:visible", false); this.$emit("handleOpenDialog", {}, "confirm"); @@ -215,6 +234,12 @@ export default { display: flex; align-items: center; justify-content: space-between; + .topForm { + display: flex; + align-items: center; + justify-content: space-between; + width: 100%; + } } .search { display: flex; diff --git a/src/views/trials/trials-panel/subject/subject-list/index.vue b/src/views/trials/trials-panel/subject/subject-list/index.vue index 0108ef0..547b336 100644 --- a/src/views/trials/trials-panel/subject/subject-list/index.vue +++ b/src/views/trials/trials-panel/subject/subject-list/index.vue @@ -70,7 +70,7 @@ v-hasPermi="['trials:trials-panel:subject:new']" type="primary" icon="el-icon-plus" - @click="handleAdd" + @click="handleOpenDialog({}, 'addSubject')" > {{ $t("common:button:new") }} @@ -269,7 +269,12 @@ /> - + + +