摘要: public get gridOptions(): GridOptions { const that = this; return { headerHeight: 30,// 表头高度 rowHeight: 30,// 行高 columnDefs: [//列定义 { headerName: '规则唯一号',... 阅读全文
posted @ 2019-06-28 15:58 龙旋风 阅读(6739) 评论(9) 推荐(0)