This commit is contained in:
闫晓茹 2024-04-12 09:17:58 +08:00
parent ab32c9470c
commit cbf8089d39

View File

@ -160,6 +160,7 @@
<el-form-item label="任务处理信息" prop="routeHandleRemark">
<el-input
type="textarea"
disabled
placeholder="请输入任务处理信息"
v-model="questiondata.routeHandleRemark"
/>
@ -283,7 +284,7 @@
>
<el-input
disabled
v-model="item.optionAnswer"
v-model="item.fillBlanksAnswer"
placeholder="请输入答案"
type="textarea"
/>
@ -298,7 +299,7 @@
disabled
@change="timepicker($event, index)"
clearable
v-model="item.optionAnswer"
v-model="item.fillBlanksAnswer"
type="date"
value-format="yyyy-MM-dd"
placeholder="选择日期"
@ -314,7 +315,7 @@
disabled
@change="timepickerselect($event, index)"
clearable
v-model="item.optionAnswer"
v-model="item.fillBlanksAnswer"
:picker-options="{
start: '08:30',
step: '00:30',