Guohao Li
Results
1
issues of
Guohao Li
I transfer a normal object to fields, like this: ```javascript exportFileds:{ 站点: 'stationId', 日期: 'time', 入库流量: 'inFlow', 平滑入库流量: 'smoothInFlow', 出库流量: 'outFlow', 平滑出库流量: 'smoothOutFlow', 水位: 'waterLevel', 库容: 'capacity' } ``` I...