xml
<el-row v-if="dataForm.type==3">
<el-col :span="24">
<el-form-item :label="$t('common.version')+':'" prop="version">
<el-input v-model="dataForm.version" auto-complete="off" :placeholder="$t('common.version')" :readonly="operation=='view'"></el-input>
</el-form-item>
</el-col>
</el-row>
vue中字段无法输入,原因是data中未定义该字段。