k94314517
2024-04-10 45a8fb5db1b0aa6d5cd39198ffc30dba5ec8b2d9
company/src/components/enterprise/OperaInsuranceApplyWindow.vue
@@ -117,6 +117,9 @@
            <el-table-column
                prop="fee"
                label="费用">
              <template slot-scope="{row}">
                {{item.type==1?'-':row.fee}}
              </template>
            </el-table-column>
            <el-table-column
                label="操作">
@@ -299,7 +302,7 @@
          this.tableData.forEach(item => {
            total += item.fee
          })
          sums[index] = total
          sums[index] = total.toFixed(2)
        }
      })
      return sums