优化审稿人表单(还差新版的表单校验)
This commit is contained in:
@@ -20,28 +20,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<!-- <el-collapse v-if="judgeDataList1.length > 0" v-model="activeNames">
|
<el-collapse v-if="judgeDataList1.length > 0" v-model="activeNames">
|
||||||
<el-form-item :label="v.title" v-for="(v, i) in judgeDataList1">
|
|
||||||
<el-col :span="4">
|
|
||||||
<el-radio-group v-model="questionform[v.value]">
|
|
||||||
<el-radio :label="true" :disabled="!isEdit&&questionform[v.value]!=true">Yes</el-radio>
|
|
||||||
<el-radio :label="false" :disabled="!isEdit&&questionform[v.value]!=false">No</el-radio>
|
|
||||||
</el-radio-group>
|
|
||||||
</el-col>
|
|
||||||
<el-col :span="20">
|
|
||||||
<el-collapse-item name="1" style="margin-top: -10px">
|
|
||||||
<template slot="title"> <i class="el-icon-edit" v-if="isEdit"></i>Comments/ Suggestions </template>
|
|
||||||
<el-input
|
|
||||||
type="textarea"
|
|
||||||
placeholder="please input content"
|
|
||||||
v-model="questionform[v.valueContents]"
|
|
||||||
:rows="4"
|
|
||||||
></el-input>
|
|
||||||
</el-collapse-item>
|
|
||||||
</el-col>
|
|
||||||
</el-form-item>
|
|
||||||
</el-collapse> -->
|
|
||||||
<el-collapse v-if="judgeDataList1.length > 0" v-model="activeNames">
|
|
||||||
<el-form-item :label="v.title" v-for="(v, i) in judgeDataList1">
|
<el-form-item :label="v.title" v-for="(v, i) in judgeDataList1">
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<el-radio-group v-model="questionform[v.value]">
|
<el-radio-group v-model="questionform[v.value]">
|
||||||
|
|||||||
Reference in New Issue
Block a user