diff --git a/src/views/dictionary/template/components/CriterionDictionary.vue b/src/views/dictionary/template/components/CriterionDictionary.vue
index a2cbdc69..97df91c9 100644
--- a/src/views/dictionary/template/components/CriterionDictionary.vue
+++ b/src/views/dictionary/template/components/CriterionDictionary.vue
@@ -213,7 +213,6 @@ export default {
}).then(res => {
this.loading = false
this.list = res.Result
- console.log(this.$d.GlobalAssessType)
})
},
handleAdd() {
@@ -265,7 +264,7 @@ export default {
}
-
diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionFormItem.vue b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionFormItem.vue
new file mode 100644
index 00000000..eb5448a9
--- /dev/null
+++ b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionFormItem.vue
@@ -0,0 +1,864 @@
+
+
+
+
+
diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue
index f7978a3c..ef4127c5 100644
--- a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue
@@ -41,75 +41,59 @@
size="small"
:model="questionForm"
>
-
+
{{ item.QuestionName }}
-
-
-
-
-
-
- {{ getLesionName(item.OrderMark,q.RowIndex) }}
-
-
-
-
-
-
-
-
-
-
-
- {{ numberToFixed(item.TableQuestions.Answers[i].area1,'m㎡') }}
-
-
- {{ numberToFixed(item.TableQuestions.Answers[i].area2,'m㎡') }}
-
-
- {{ numberToFixed(item.TableQuestions.Answers[i].diff, 'm㎡') }}
-
-
-
-
-
+
+
+ {{ getLesionName(item.OrderMark,scope.row.RowIndex) }}
-
-
-
-
+
+
+
+
+
+
+ {{$t('common:button:edit')}}
+
+
+ {{$t('common:button:delete')}}
+
+
+
+
+
@@ -678,6 +672,7 @@ export default {
}
.add-icon{
+ display: inline-block;
padding: 5px;
font-weight: bold;
color: #ddd;
@@ -722,14 +717,56 @@ 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%;
}
}
+ .table-wrapper {
+ ::-webkit-scrollbar {
+ width: 5px;
+ height: 8px;
+ }
+ ::-webkit-scrollbar-thumb {
+ border-radius: 10px;
+ background: #d0d0d0;
+ }
+ /deep/ .el-table,
+ .el-table__expanded-cell {
+ background-color: #000;
+ color: #fff;
+ border-color: #444444;
+ }
+ /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: 15px;
+ }
+ /deep/ .el-table__cell {
+ padding: 5px 0;
+ }
+ }
.el-collapse{
border-bottom:none;
border-top:none;