@dongkboy hai 2 meses
pai
achega
3b51e2e4ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {