diff --git a/src/views/manage/components/Taskprocess.vue b/src/views/manage/components/Taskprocess.vue index 0a5abf5..8158738 100644 --- a/src/views/manage/components/Taskprocess.vue +++ b/src/views/manage/components/Taskprocess.vue @@ -4,7 +4,7 @@
@@ -92,8 +92,7 @@
- -
-
- 问卷模板: Barthel指数评定问卷 -
-
- 您好!本问卷用于评估日常生活能力,请根据自身日常实际表现选择合适的选项。 -
-
- {{ index + 1 }}.{{ item.questionName }} - (单选题) - (多选题) - (打分题) - (组合单选题) - (组合多选题) - (组合填空题) - (填空题) - (组合打分题) - (日期填空题) - (时间填空题) - - {{ aitem.optionName }} - - - - {{ aitem.optionName }} - - -
- - -
- -
- - -
- -
- - -
-
-
@@ -413,21 +266,16 @@ ref="questiondata" v-if="$route.query.taskNodeType == 'QUESTIONNAIRE_SCALE'" > - + - - - - 已接通已接通 - 未接通未接通 - + + - - - { @@ -696,44 +538,6 @@ export default { this.list = res.data; }); }, - // 问卷详情 - selectlist() { - selectPatientQuestionSubmit(this.$route.query.taskExecuteRecordId).then( - (res) => { - this.questiondata = res.data; - if (this.$route.query.routeHandleRemark) { - this.questiondata.routeHandleRemark = - this.$route.query.routeHandleRemark; - } - this.questiondata.subjectResultList.forEach((e) => { - e.optionResults.forEach((el) => { - if ( - (el.optionChooseSign == "0" && - e.questionType == "MULTIPLE_CHOICE") || - e.questionType == "COMBINATION_RADIO_SUBJECT" - ) { - e.checked = el.id; - } else if ( - el.optionChooseSign == "0" && - e.questionType == "MULTIPLE_CHOICE_QUESTIONS" - ) { - this.checkeddata.push(el.id); - } else if ( - el.optionChooseSign == "0" && - e.questionType == "SCORING_QUESTIONS" - ) { - e.checked = el.id; - } else if ( - e.questionType == "COMBINATION_MULTIPLE_SUBJECT" && - el.optionChooseSign == "0" - ) { - this.checkeddata.push(el.id); - } - }); - }); - } - ); - }, // 问卷无答案 questioninfo() { question(this.$route.query.templateId).then((res) => { @@ -935,7 +739,6 @@ export default { } ::v-deep .custom-radio-group { width: 25%; - // background: red; } ::v-deep .el-checkbox { width: 25%; @@ -954,6 +757,9 @@ export default { color: #606266; background: #fff; } +::v-deep .el-textarea .el-textarea__inner { + height: 100px; +} .tk { ::v-deep .el-textarea__inner { @@ -977,7 +783,6 @@ export default { padding: 10px 0 10px 0px; // padding: 10px; } - .custom-radio-group { display: flex; flex-direction: column; @@ -987,45 +792,6 @@ export default { padding: 10px 0 10px 10px; } } - -.bodytop { - position: relative; - top: 20px; - // height: 500px; - width: 400px; - margin: 0 auto; - // background: red;f - overflow: auto; - border: 1px solid #e2e2e2; - - .titledata { - margin: 30px 0px 15px 30px; - top: 14px; - font-size: 20px; - } - - .audiotop { - margin: 10px 0px 10px 30px; - } - - img { - // width: 362px; - // height: 127px; - margin: 0px 0px 0px 30px; - } - - .know { - margin: 11px 0px 10px 30px; - font-size: 20px; - font-weight: 550; - } - - .knowlist { - margin: 10px 0px 10px 30px; - font-size: 16px; - } -} - .right { width: 100%; padding-bottom: 50px; @@ -1050,9 +816,6 @@ export default { ::v-deep .el-tabs__header { margin: 0 !important; width: 100%; - // overflow: auto; - // height: 500px; - // background: red; } // 左侧 .left { @@ -1060,10 +823,15 @@ export default { // overflow-y: auto; width: 25%; margin-top: 20px; + ::v-deep .el-tabs__nav-wrap::after { + height: 0px; + } } .noleft { - // height: calc(100vh - 212px); - // overflow-y: auto; + ::v-deep .el-tabs__nav-wrap::after { + height: 0px; + } + width: 0%; margin-top: 20px; } @@ -1072,9 +840,7 @@ export default { height: calc(100vh - 212px); overflow-y: auto; width: 100%; - // height: 65vh; background-color: #fff; - // margin: 10px auto; padding: 10px 20px; .sport { @@ -1082,9 +848,7 @@ export default { font-size: 20px; font-weight: 600; .hamburger-container { - // line-height: 46px; height: 100%; - // float: left; cursor: pointer; transition: background 0.3s; -webkit-tap-highlight-color: transparent; diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue index d85d944..8c6dcfe 100644 --- a/src/views/system/followupsee/index.vue +++ b/src/views/system/followupsee/index.vue @@ -70,7 +70,7 @@