diff --git a/src/views/dictionary/template/components/CriterionsConfig.vue b/src/views/dictionary/template/components/CriterionsConfig.vue index eebf0cd1..b0d0192f 100644 --- a/src/views/dictionary/template/components/CriterionsConfig.vue +++ b/src/views/dictionary/template/components/CriterionsConfig.vue @@ -115,13 +115,13 @@ - - + --> + + + + + + this.$fd(dictionaryCode, i)) + let delimiter = this.$i18n.locale === 'zh' ? ',' : ', ' + return newArr.join(delimiter) + }, // 查询 handleSearch() { this.getList() diff --git a/src/views/dictionary/template/components/TableQsList.vue b/src/views/dictionary/template/components/TableQsList.vue index 1038b5e9..743933d7 100644 --- a/src/views/dictionary/template/components/TableQsList.vue +++ b/src/views/dictionary/template/components/TableQsList.vue @@ -27,12 +27,12 @@ /> - - - - - + --> - {{ $fd('YesOrNo',scope.row.IsJudgeQuestion) }} - - --> + + + + + + + + + + + + + { this.loading = false }) }) }, + getStringResult(arr, dictionaryCode) { + let newArr = arr.map(i => this.$fd(dictionaryCode, i)) + let delimiter = this.$i18n.locale === 'zh' ? ',' : ', ' + return newArr.join(delimiter) + }, // 查询 handleSearch() { this.getList() diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue index 9ee98a39..6a5d15cb 100644 --- a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue +++ b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue @@ -89,7 +89,7 @@ @@ -452,7 +452,7 @@ /> - + @@ -527,8 +527,14 @@ /> --> - + @@ -585,6 +591,9 @@
- - - - + + + + + + + + - + /> --> this.$fd(dictionaryCode, i)) + let delimiter = this.$i18n.locale === 'zh' ? ',' : ', ' + return newArr.join(delimiter) + }, // 查询 handleSearch() { this.getList() diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue b/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue index d8782ba5..6e680a3d 100644 --- a/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue +++ b/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue @@ -233,9 +233,6 @@ :label="$t('trials:readingUnit:qsList:title:MaxRowCount')" v-if="form.Type !== 'summary' && form.Type !== 'screenshot' && form.Type !== 'upload'" prop="MaxRowCount" - :rules="[ - { required: true, message: this.$t('common:ruleMessage:specify'), trigger: 'blur' } - ]" > {{$t('trials:readingUnit:title:privateProperties')}} - + @@ -327,6 +330,9 @@ @@ -468,7 +474,7 @@
- - - - - + + + + + - {{ $fd('YesOrNo', scope.row.IsShowInDicom) }} - + --> - {{ $fd('GlobalReadingShowType', scope.row.GlobalReadingShowType) }} + --> + + + - + + + + + + + { this.loading = false }) }) }, + getStringResult(arr, dictionaryCode) { + let newArr = arr.map(i => this.$fd(dictionaryCode, i)) + let delimiter = this.$i18n.locale === 'zh' ? ',' : ', ' + return newArr.join(delimiter) + }, // 查询 handleSearch() { this.getList()