系统标准更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d78ccb6e98
commit
86020e4f16
|
@ -240,7 +240,10 @@
|
||||||
>
|
>
|
||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
</el-form-item>
|
</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
|
<el-radio-group
|
||||||
v-model="form.ExportIdentification"
|
v-model="form.ExportIdentification"
|
||||||
@change="
|
@change="
|
||||||
|
@ -303,7 +306,7 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
label="问题标识"
|
label="问题标识"
|
||||||
v-if="form.Type !== 'group'"
|
v-if="form.Type !== 'group' && form.Type !== 'summary'"
|
||||||
prop="QuestionType"
|
prop="QuestionType"
|
||||||
>
|
>
|
||||||
<el-select v-model="form.QuestionType" clearable>
|
<el-select v-model="form.QuestionType" clearable>
|
||||||
|
|
|
@ -229,7 +229,10 @@
|
||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
</el-form-item>
|
</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
|
<el-radio-group
|
||||||
v-model="form.ExportIdentification"
|
v-model="form.ExportIdentification"
|
||||||
@change="
|
@change="
|
||||||
|
|
Loading…
Reference in New Issue