|
|
@@ -435,7 +435,7 @@ const getSummaries = (param) => {
|
|
|
const { columns, data } = param
|
|
|
const sums: (string | VNode)[] = []
|
|
|
// 指定需要计算的字段列表(可根据需求添加字段名)
|
|
|
- const specifiedFields = ['taxPoint', 'actualReceivedAmount'] // 替换为您需要的字段名
|
|
|
+ const specifiedFields = ['taxPoint'] // 替换为您需要的字段名
|
|
|
|
|
|
columns.forEach((column, index) => {
|
|
|
if (index === 0) {
|