-
+
{{ item.QuestionName }}
-
-
-
-
-
-
- {{ getLesionName(item.OrderMark,q.RowIndex) }}
-
-
-
-
-
-
-
-
-
-
-
- min: {{ numberToFixed(item.TableQuestions.Answers[i].min,'μm') }}
-
-
- mean: {{ numberToFixed(item.TableQuestions.Answers[i].mean,'μm') }}
-
-
- {{ numberToFixed(item.TableQuestions.Answers[i].angle,'°') }}
-
-
-
-
-
+
+
+
+
+
+
+ {{ $t('common:button:edit') }}
+
+
+ {{ $t('common:button:delete') }}
+
+
+
+
-
-
+
{formItemChange(val, item)})"
- @blur="limitBlur(item.Id, item.ValueType)"
- >
-
- {{ $fd('ValueUnit', parseInt(item.Unit)) }}
-
-
+ v-model="questionForm[qs.Id]"
+ type="textarea"
+ :autosize="{ minRows: 2, maxRows: 4}"
+ :disabled="!isCurrentTask || readingTaskState>=2"
+ @change="((val)=>{formItemChange(val, qs)})"
+ />
-
@@ -690,6 +714,7 @@ export default {
}
.add-icon{
+ display: inline-block;
padding: 5px;
font-weight: bold;
color: #ddd;
@@ -720,9 +745,14 @@ export default {
color: #ddd;
border: 1px solid #5e5e5e;
}
+ /deep/ .el-textarea__inner{
+ background-color: transparent;
+ color: #ddd;
+ border: 1px solid #5e5e5e;
+ }
/deep/ .el-form-item{
display: flex;
- flex-direction: row;
+ flex-direction: column;
justify-content: flex-start;
}
/deep/ .el-form-item__content{
@@ -734,47 +764,62 @@ export default {
/deep/ .el-select.is-disabled .el-input__inner{
background-color: #646464a1;
}
- /deep/ .el-button--mini, .el-button--mini.is-round {
- padding: 7px 10px;
- }
+
.el-form-item__content
.el-select{
width: 100%;
}
}
- .el-collapse{
- border-bottom:none;
- border-top:none;
- /deep/ .el-collapse-item{
- background-color: #000!important;
- color: #ddd;
-
+ .table-wrapper {
+ ::-webkit-scrollbar {
+ width: 5px;
+ height: 8px;
}
- /deep/ .el-collapse-item__header{
- background-color: #000!important;
- color: #ddd;
- border-bottom-color:#5a5a5a;
- padding-left: 5px;
- height: 35px;
- line-height: 35px;
+ ::-webkit-scrollbar-thumb {
+ border-radius: 10px;
+ background: #d0d0d0;
}
- /deep/ .el-collapse-item__wrap{
- background-color: #000!important;
- color: #ddd;
+ /deep/ .el-table,
+ .el-table__expanded-cell {
+ background-color: #000;
+ color: #fff;
+ border-color: #444444;
}
- /deep/ .el-collapse-item__content{
- width:260px;
- position: absolute;
- top: 0px;
- right: 0px;
- // border: 1px solid #ffeb3b;
- border: 1px solid #fff;
- z-index: 1;
- color: #ddd;
- padding: 5px;
- background-color:#1e1e1e;
+ /deep/ .el-table th,
+ .el-table tr {
+ background-color: #000;
+ color: #fff;
+ border-color: #444444;
+ }
+ /deep/ .el-table__body tr > td {
+ background-color: #000 !important;
+ color: #fff;
+ border-color: #444444;
+ }
+ /deep/ .el-table__body tr:hover > td {
+ background-color: #858282 !important;
+ color: #fff;
+ border-color: #444444;
+ }
+ /deep/ .el-table--border th.gutter:last-of-type {
+ border: none;
+ }
+ /deep/ .el-table__fixed-right {
+ height: 100% !important;
+ }
+ // /deep/ .el-table .cell {
+ // line-height: 20px;
+ // }
+ /deep/ .el-table__cell {
+ padding: 5px 0;
+ }
+ /deep/.el-table__fixed-right-patch {
+ background-color: #000 !important;
+ border-color: #444444;
+ }
+ /deep/.el-table__fixed-body-wrapper tr:hover > td {
+ background-color: #000 !important;
}
-
}
}
diff --git a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionTableFormItem.vue b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionTableFormItem.vue
new file mode 100644
index 00000000..b0eafc69
--- /dev/null
+++ b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionTableFormItem.vue
@@ -0,0 +1,291 @@
+
+
+
+
+ {{ language==='en'?question.GroupEnName:question.GroupName }}
+
+
+
+
+
+ {formItemChange(val, question)})"
+ />
+
+ {formItemChange(val, question)})"
+ />
+
+ {formItemChange(val, question)})"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {formItemChange(val, question)})"
+ >
+
+
+ {{ item.label }}
+
+
+
+
+ {{ val }}
+
+
+
+
+ {formItemChange(val, question)})"
+ >
+
+ {{ val }}
+
+
+
+
+
+ {formItemChange(val, question)})"
+ >
+
+ {{ $fd('ValueUnit', parseInt(question.Unit)) }}
+
+
+
+ {formItemChange(val, question)})"
+ >
+
+ {{ $fd('ValueUnit', parseInt(question.Unit)) }}
+
+
+
+
+
+
+
+
+
+