@@ -240,7 +240,10 @@
|
||||
>
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
<el-form-item label="导出标识" prop="ExportIdentification">
|
||||
<el-form-item label="导出标识"
|
||||
prop="ExportIdentification"
|
||||
v-if="form.Type === 'radio' || form.Type === 'select' || form.Type === 'input' || form.Type === 'textarea' || form.Type === 'number' || form.Type === 'class' || form.Type === 'calculation'"
|
||||
>
|
||||
<el-radio-group
|
||||
v-model="form.ExportIdentification"
|
||||
@change="
|
||||
@@ -303,7 +306,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
label="问题标识"
|
||||
v-if="form.Type !== 'group'"
|
||||
v-if="form.Type !== 'group' && form.Type !== 'summary'"
|
||||
prop="QuestionType"
|
||||
>
|
||||
<el-select v-model="form.QuestionType" clearable>
|
||||
|
||||
@@ -229,7 +229,10 @@
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
<!-- 导出标识 -->
|
||||
<el-form-item :label="$t('trials:readingUnit:qsList:title:ExportIdentification')" prop="ExportIdentification">
|
||||
<el-form-item
|
||||
:label="$t('trials:readingUnit:qsList:title:ExportIdentification')" prop="ExportIdentification"
|
||||
v-if="form.Type === 'radio' || form.Type === 'select' || form.Type === 'input' || form.Type === 'textarea' || form.Type === 'number' || form.Type === 'class' || form.Type === 'calculation'"
|
||||
>
|
||||
<el-radio-group
|
||||
v-model="form.ExportIdentification"
|
||||
@change="
|
||||
|
||||
Reference in New Issue
Block a user