diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionFormItem.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionFormItem.vue index cc5edcd8..798750ac 100644 --- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionFormItem.vue @@ -156,12 +156,27 @@ - + + + - + + + - + + + - + + + + + + + + + {{ item.label }} + + + + + + + + {{ item.label }} + + + @@ -848,7 +890,9 @@ export default { ExportIdentification: 0, ExportResult: [], ImageCount: 0, - ClassifyType: null + ClassifyType: null, + ClassifyEditType: null, + ClassifyShowType: null, // IsEnable: true }, rules: { @@ -1238,6 +1282,11 @@ export default { } else { form.MaxAnswerLength = null } + if (val === 'class') { + form.ClassifyEditType = 1 + } else { + form.ClassifyEditType = null + } form.IsRequired = 2 form.TypeValue = '' form.TableQuestionType = null @@ -1260,6 +1309,7 @@ export default { form.ExportResult = [] form.ImageCount = 0 form.ClassifyType = null + form.ClassifyShowType = null }, close() { this.$emit('close')