iview
剼羹
这个作者很懒,什么都没留下…
展开
-
iview的table:自定义table表格中列头的标题和点击事件(renderHeader)
`<Tableclass=“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 · 1873 阅读 · 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 · 459 阅读 · 0 评论