From c4763a6dda29d45ae634e6506bb258a5224d2f20 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 03 Nov 2022 17:39:09 +0800
Subject: [PATCH] 20221021

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

diff --git a/src/main/resources/templates/febs/views/onhookplan/planList.html b/src/main/resources/templates/febs/views/onhookplan/planList.html
index 9e09c01..d9020f0 100644
--- a/src/main/resources/templates/febs/views/onhookplan/planList.html
+++ b/src/main/resources/templates/febs/views/onhookplan/planList.html
@@ -117,8 +117,10 @@
                                 return '<span>挂机中</span>'
                             } else if (d.state === 2) {
                                 return '<span>结束</span>'
+                            }else if (d.state === 3) {
+                                return '<span>结算中</span>'
                             }else{
-                                return
+                                return ''
                             }
                         }, minWidth: 100, align: 'center'},
                     {field: 'planAmount', title: '挂机总金额', minWidth: 100, align: 'center'},

--
Gitblit v1.9.1