@@ -16,6 +16,26 @@ export const option = {
menuWidth: 150,
searchIcon: true,
searchIndex: 2,
+ showSummary: true,
+ summaryText: "合计",
+ sumColumnList: [
+ {
+ name: "debitAmount",
+ type: "sum"
+ },
+ name: "deliveringAmount",
+ name: "balanceAmount",
+ name: "settlmentAmount",
+ }
+ ],
column: [
{
label: "单号",
@@ -15,6 +15,26 @@ export const option = {
menuWidth: 70,