From d98560a32c7bc106ddcd6db6e8356b9e8161845a Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 21 Nov 2022 10:26:58 +0800
Subject: [PATCH] 20221117

---
 src/main/resources/templates/febs/views/onhookplan/planList.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/febs/views/onhookplan/planList.html b/src/main/resources/templates/febs/views/onhookplan/planList.html
index 76902f2..9dc0e31 100644
--- a/src/main/resources/templates/febs/views/onhookplan/planList.html
+++ b/src/main/resources/templates/febs/views/onhookplan/planList.html
@@ -129,8 +129,8 @@
                                 return ''
                             }
                         }, minWidth: 100, align: 'center'},
-                    {field: 'planAmount', title: '挂机总金额', minWidth: 100, align: 'center'},
-                    {field: 'avaAmount', title: '剩余金额', minWidth: 120, align: 'center', totalRow: true},
+                    {field: 'planAmount', title: '挂机总金额', minWidth: 100, align: 'center', totalRow: true},
+                    {field: 'avaAmount', title: '剩余金额', minWidth: 120, align: 'center'},
                     {field: 'planCode', title: '挂机方案倍数', minWidth: 120, align: 'center'},
                     {field: 'profit', title: '总收益', minWidth: 120, align: 'center', totalRow: true},
                     {field: 'createTime', title: '时间', minWidth: 180, align: 'center'},

--
Gitblit v1.9.1