vue中用table_element-ui中的 table 组件在vue中的使用
经常使用 element-ui 的小伙伴应该对 el-table 组件非常熟悉,通常它长下面这个样子:但是我们可以使用使用 v-for 来优化模版中的 el-table-columnv-for="{ prop, label } in colConfigs":key="prop":prop="prop":label="label">export default {data () {this.c...