问卷查看修改
This commit is contained in:
parent
666a2fc4ac
commit
f2b6ad2ce8
@ -348,6 +348,9 @@
|
|||||||
<span v-if="item.questionType == 'TIME_BLANKS_SUBJECT'"
|
<span v-if="item.questionType == 'TIME_BLANKS_SUBJECT'"
|
||||||
>(时间填空题)</span
|
>(时间填空题)</span
|
||||||
>
|
>
|
||||||
|
<span v-if="item.questionType == 'FEEDBACK_BLANKS_SUBJECT'"
|
||||||
|
>(反馈填空题)</span
|
||||||
|
>
|
||||||
<el-radio-group
|
<el-radio-group
|
||||||
v-if="
|
v-if="
|
||||||
item.questionType == 'MULTIPLE_CHOICE' ||
|
item.questionType == 'MULTIPLE_CHOICE' ||
|
||||||
@ -391,7 +394,9 @@
|
|||||||
<div
|
<div
|
||||||
v-if="
|
v-if="
|
||||||
item.questionType == 'FILL_IN_THE_BLANKS' ||
|
item.questionType == 'FILL_IN_THE_BLANKS' ||
|
||||||
item.questionType == 'COMBINATION_BLANKS_SUBJECT'
|
item.questionType == 'COMBINATION_BLANKS_SUBJECT' ||
|
||||||
|
item.questionType == 'FEEDBACK_BLANKS_SUBJECT'
|
||||||
|
|
||||||
"
|
"
|
||||||
class="tk"
|
class="tk"
|
||||||
>
|
>
|
||||||
|
|||||||
@ -312,7 +312,7 @@
|
|||||||
width="120"
|
width="120"
|
||||||
:show-overflow-tooltip="true"
|
:show-overflow-tooltip="true"
|
||||||
/>
|
/>
|
||||||
<el-table-column label="手术名称" align="center" prop="surgicalName" />
|
<el-table-column label="手术名称" align="center" prop="surgicalName" width="100"/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="主治医生"
|
label="主治医生"
|
||||||
align="center"
|
align="center"
|
||||||
@ -622,6 +622,9 @@
|
|||||||
<span v-if="item.questionType == 'TIME_BLANKS_SUBJECT'"
|
<span v-if="item.questionType == 'TIME_BLANKS_SUBJECT'"
|
||||||
>(时间填空题)</span
|
>(时间填空题)</span
|
||||||
>
|
>
|
||||||
|
<span v-if="item.questionType == 'FEEDBACK_BLANKS_SUBJECT'"
|
||||||
|
>(反馈填空题)</span
|
||||||
|
>
|
||||||
<el-radio-group
|
<el-radio-group
|
||||||
v-if="
|
v-if="
|
||||||
item.questionType == 'MULTIPLE_CHOICE' ||
|
item.questionType == 'MULTIPLE_CHOICE' ||
|
||||||
@ -665,7 +668,8 @@
|
|||||||
<div
|
<div
|
||||||
v-if="
|
v-if="
|
||||||
item.questionType == 'FILL_IN_THE_BLANKS' ||
|
item.questionType == 'FILL_IN_THE_BLANKS' ||
|
||||||
item.questionType == 'COMBINATION_BLANKS_SUBJECT'
|
item.questionType == 'COMBINATION_BLANKS_SUBJECT' ||
|
||||||
|
item.questionType == 'FEEDBACK_BLANKS_SUBJECT'
|
||||||
"
|
"
|
||||||
class="tk"
|
class="tk"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user