guhongwei 4 سال پیش
والد
کامیت
3be46ae830
1فایلهای تغییر یافته به همراه0 افزوده شده و 19 حذف شده
  1. 0 19
      src/views/techolchat/list/detail-model/parts-models/seven.vue

+ 0 - 19
src/views/techolchat/list/detail-model/parts-models/seven.vue

@@ -31,25 +31,6 @@
                     </el-col>
                   </el-col>
                 </el-col>
-                <!-- <el-form-item :label="f.label" label-width="130px"> -->
-                <!-- <el-row type="flex" :gutter="5">
-                    <el-col :span="8" v-for="(child, cIndex) in f.children" :key="`seven-${fi}-child-${cIndex}`" style="text-align:center">
-                      <el-row>
-                        <el-col :span="24">{{ child.label }}</el-col>
-                        <el-col :span="24">
-                          <el-select v-model="form[child.model]">
-                            <el-option
-                              v-for="(c, ci) in getList(child.list)"
-                              :key="`seven-${f.model}-${fi}-children-${child.model}-c-${ci}`"
-                              :label="c"
-                              :value="c"
-                            ></el-option>
-                          </el-select>
-                        </el-col>
-                      </el-row>
-                    </el-col>
-                  </el-row> -->
-                <!-- </el-form-item> -->
               </el-col>
             </template>
           </el-row>