@dongkboy 2 ay önce
ebeveyn
işleme
3b51e2e4ff

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

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