-
-
-
- {{ $fd('QuestionRequired',scope.row.IsRequired) }}
-
-
-
+
+
+ {{ $fd('QuestionRequired',scope.row.IsRequired) }}
+
+
+
+
-
{{ $fd('YesOrNo', scope.row.IsShowInDicom) }}
-
+ -->
-
{{ $fd('GlobalReadingShowType', scope.row.GlobalReadingShowType) }}
+ -->
+
+
+
+ {{ getStringResult(scope.row.ExportResult, 'ExportResult') }}
+
{{ $fd('LimitEdit', scope.row.LimitEdit) }}
-
+
+ {{ $fd('YesOrNo', scope.row.IsCopy) }}
+
+
+
+
+
+
+
{ 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()