From afa3bc1e2f39f66f59ee9b15d6af16593acdc9a4 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期六, 02 十二月 2023 10:38:27 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/companyTarget/personTarget.html |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/companyTarget/personTarget.html b/src/main/webapp/views/companyTarget/personTarget.html
index a1bda98..270747b 100644
--- a/src/main/webapp/views/companyTarget/personTarget.html
+++ b/src/main/webapp/views/companyTarget/personTarget.html
@@ -64,6 +64,16 @@
     {{d.target}}涓囧厓
 </script>
 
+<script type="text/html" id="completeTmp">
+    {{# if( d.complete === '0'){ }}
+    0
+    {{# }else if(d.complete === null){ }}
+    0
+    {{# }else { }}
+    {{d.complete}}涓囧厓
+    {{# } }}
+</script>
+
 <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
 <script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>
 <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>

--
Gitblit v1.9.1