From ece53d97865e63a0ce973a81ddaef82322bec3e5 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 12 三月 2021 16:57:09 +0800
Subject: [PATCH] #
---
src/main/webapp/views/custOrder/custOrder.html | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/custOrder/custOrder.html b/src/main/webapp/views/custOrder/custOrder.html
index e92177a..08e3988 100644
--- a/src/main/webapp/views/custOrder/custOrder.html
+++ b/src/main/webapp/views/custOrder/custOrder.html
@@ -63,6 +63,18 @@
{{# } }}
</script>
+<script type="text/html" id="statusTpl">
+ <span name="status"
+ {{# if( d.status === 1){ }}
+ class="layui-badge layui-badge-blue"
+ {{# } else if(d.status === 2){ }}
+ class="layui-badge layui-badge-green"
+ {{# } else if(d.status === 3){ }}
+ class="layui-badge layui-badge-red"
+ {{# } }}
+ >{{d.status$}}</span>
+</script>
+
<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="../../static/js/jquery/jQuery.print.js"></script>
<script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script>
--
Gitblit v1.9.1