@dongkboy 2 месяцев назад
Родитель
Сommit
3b51e2e4ff
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/receivable/documentary/documentaryRecord.vue

+ 1 - 1
src/views/receivable/documentary/documentaryRecord.vue

@@ -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) {