From 9a090bca922b026aec82d8def2b2e6bc7f1079e5 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 04 Nov 2022 22:19:13 +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