
iview
剼羹
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
iview的table:自定义table表格中列头的标题和点击事件(renderHeader)
`<Table class=“table” :columns=“columns1” :data=“tableData” highlight-row :max-height=“500” border @on-selection-change=“onSelectionChange” @on-row-click=“onRowClick” > columns1: [ { title: ‘重量’, slot: ‘weight’, align: ‘center’, key: ‘weight’, r转载 2020-09-24 16:56:28 · 1941 阅读 · 0 评论 -
iview表格中render 下拉框
{ title:'邮费计算方式', slot:'freight', align:'center', minWidth:160, render: (h, params) => { if(this.freightList.length===1){ this.data1[params.index].freightType = this.freightList[0].keyId return h('...转载 2020-04-15 11:06:38 · 483 阅读 · 0 评论