摘要:
html <a (click)="import()">导入</a> <input #importExcelInput [hidden]="true" type="file" (change)="onFileChange($event)" multiple="false" /> ts import() 阅读全文
posted @ 2023-12-21 15:54
流年sugar
阅读(133)
评论(0)
推荐(0)
摘要:
1.Excel数据导出 根据后端数据导出 数据源样式 list = [ { code: '610230', name: '长尺', num: 2, price: 3.5, amount: 7, type: 1, status: 2 }, { code: '610230', name: '圆规', n 阅读全文
posted @ 2023-12-21 15:50
流年sugar
阅读(357)
评论(0)
推荐(0)