@@ -67,7 +67,7 @@ class AiInspect {
async posCalcDetailRead(col, billsName, keyword, files, userId = `user_123`) {
const body = {
inputs: {
- header: col.map(x => { return x.title }).join(','),
+ header: col.map(x => { return x.title + (x.unit ? `(${x.unit})` : '') }).join(','),
billsName,
keyword,
imgList: [],