瀏覽代碼

修改用户信息采集详情

wjj 2 周之前
父節點
當前提交
ba6dfaeef4
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/collection/index.vue

+ 3 - 3
src/views/collection/index.vue

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