0
点赞
收藏
分享

微信扫一扫

vue elementui使用表格套用表单

<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 条评论