Browse Source

修改用户信息采集数据

wjj 2 ngày trước cách đây
mục cha
commit
58c5b86f3e
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 5 2
      src/views/qw/externalContact/collection.vue

+ 5 - 2
src/views/qw/externalContact/collection.vue

@@ -15,9 +15,12 @@
                     <span style="font-size: 15px;font-weight: bold;    margin-left: 31px">{{ answer.title }}</span>
                 </div>
                 <div style="margin-left: 31px;">
-                    <el-radio-group :disabled="form.answers[index].flag" v-model="form.answers[index].value">
+                    <el-checkbox-group :disabled="form.answers[index].flag" v-model="form.answers[index].value" size="mini" >
+                        <el-checkbox v-for="dict in answer.options" :label="dict.value" >{{ dict.name }}</el-checkbox>
+                    </el-checkbox-group>
+                    <!-- <el-radio-group :disabled="form.answers[index].flag" v-model="form.answers[index].value">
                         <el-radio v-for="dict in answer.options" :label="dict.value">{{ dict.name }}</el-radio>
-                    </el-radio-group>
+                    </el-radio-group> -->
                 </div>
 
             </div>