任务待办
This commit is contained in:
parent
3393fe187a
commit
724dacb9a5
@ -55,7 +55,7 @@
|
|||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
style="float: right; margin-top: 20px"
|
class="handle"
|
||||||
v-if="
|
v-if="
|
||||||
$route.query.taskType == 'QUESTIONNAIRE_SCALE' ||
|
$route.query.taskType == 'QUESTIONNAIRE_SCALE' ||
|
||||||
$route.query.taskType == 'ARTIFICIAL_FOLLOW_UP'
|
$route.query.taskType == 'ARTIFICIAL_FOLLOW_UP'
|
||||||
@ -503,7 +503,7 @@ export default {
|
|||||||
timepickerselect(e, index) {
|
timepickerselect(e, index) {
|
||||||
this.questiondata.questionSubjectList[index].fillBlanksAnswer = e;
|
this.questiondata.questionSubjectList[index].fillBlanksAnswer = e;
|
||||||
},
|
},
|
||||||
radioGroupChange(e, item) {},
|
radioGroupChange(e, item) { },
|
||||||
// 选中某个单选框时,由radio时触发
|
// 选中某个单选框时,由radio时触发
|
||||||
radioChange(e, item, index) {
|
radioChange(e, item, index) {
|
||||||
console.log(e, item, index, "选中某个单选框时");
|
console.log(e, item, index, "选中某个单选框时");
|
||||||
@ -725,6 +725,13 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
::v-deep .custom-radio-group {
|
||||||
|
width: 25%;
|
||||||
|
// background: red;
|
||||||
|
}
|
||||||
|
::v-deep .el-checkbox {
|
||||||
|
width: 25%;
|
||||||
|
}
|
||||||
::v-deep .el-input.is-disabled .el-input__inner {
|
::v-deep .el-input.is-disabled .el-input__inner {
|
||||||
background: #fff !important;
|
background: #fff !important;
|
||||||
color: #606266;
|
color: #606266;
|
||||||
@ -742,7 +749,8 @@ export default {
|
|||||||
.tk {
|
.tk {
|
||||||
::v-deep .el-textarea__inner {
|
::v-deep .el-textarea__inner {
|
||||||
margin: 20px 0 10px 30px;
|
margin: 20px 0 10px 30px;
|
||||||
width: 60% !important;
|
width: 35% !important;
|
||||||
|
height: 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -811,9 +819,18 @@ export default {
|
|||||||
|
|
||||||
.right {
|
.right {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 500px;
|
padding-bottom: 50px;
|
||||||
// overflow-y: auto;
|
.handle {
|
||||||
// background: yellow;
|
float: right;
|
||||||
|
margin-right: 100px;
|
||||||
|
// position: absolute;
|
||||||
|
right: 100px;
|
||||||
|
margin-top: 20px;
|
||||||
|
::v-deep .el-textarea__inner {
|
||||||
|
width: 450px;
|
||||||
|
height: 250px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
@ -902,13 +919,6 @@ export default {
|
|||||||
font-weight: 550;
|
font-weight: 550;
|
||||||
padding: 10px 50px 10px 10px;
|
padding: 10px 50px 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .videobottom
|
|
||||||
// {
|
|
||||||
// font-size: 14px;
|
|
||||||
// font-weight: 550;
|
|
||||||
// padding: 10px 50px 10px 10px;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.topheader {
|
.topheader {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user