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