<el-table :data=""> <el-table-column label=""> <template slot-scope=""> <el-form-item :prop=""> <el-input v-model=""></el-input> </el-form-item> </template> </el-table-column> </el-table>
vue elementui使用表格套用表单
阅读 69
2022-04-07
<el-table :data=""> <el-table-column label=""> <template slot-scope=""> <el-form-item :prop=""> <el-input v-model=""></el-input> </el-form-item> </template> </el-table-column> </el-table>
相关推荐
精彩评论(0)