el-table-column是从数据库读取出来的,通过v-for显示在页面上。
怎样才能在table中添加input和select组件???
<el-table :data="tableData" style="width: 100%">
<el-table-column v-for="col in partstitle" :key="col.id" :label="col.title">
</el-table-column>
</el-table>
el-table-column是从数据库读取出来的,通过v-for显示在页面上。
怎样才能在table中添加input和select组件???
<el-table :data="tableData" style="width: 100%">
<el-table-column v-for="col in partstitle" :key="col.id" :label="col.title">
</el-table-column>
</el-table>
10 回答11.7k 阅读
2 回答3.2k 阅读✓ 已解决
2 回答4.2k 阅读✓ 已解决
4 回答4.6k 阅读✓ 已解决
3 回答2.7k 阅读✓ 已解决
4 回答2.1k 阅读✓ 已解决
3 回答1.8k 阅读✓ 已解决