解决合计展示的bug
This commit is contained in:
parent
2ede2f03bb
commit
d5b357567e
@ -386,7 +386,7 @@ export const JeecgListMixin = {
|
||||
let numKey = 'rowIndex'
|
||||
let totalRow = { [numKey]: '合计' }
|
||||
//移除不需要合计的列
|
||||
let removeCols = 'action,mBarCode,barCode,serialNo,unitPrice,purchaseDecimal,operTime,oTime'
|
||||
let removeCols = 'action,mBarCode,barCode,name,standard,model,categoryName,unitName,serialNo,unitPrice,purchaseDecimal,operTime,oTime'
|
||||
columns.forEach(column => {
|
||||
let { key, dataIndex } = column
|
||||
if (![key, dataIndex].includes(numKey)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user