|
@@ -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>
|