摘要: ``` formatLeader(row) { return row.leaderList && row.leaderList.map(item => item.personName).join(',') //遍历的值以逗号分隔显示 }, ``` 阅读全文
posted @ 2018-07-13 19:18 李美玲 阅读(584) 评论(0) 推荐(0)
摘要: ``` const notLicenseNo = param.notLicenseNo == true ? 1 : 0 ``` 阅读全文
posted @ 2018-07-13 11:33 李美玲 阅读(132) 评论(0) 推荐(0)