From c816c08c8458e4cc6dedcb65cde306697fb8dd58 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 12 三月 2021 13:03:27 +0800 Subject: [PATCH] # --- src/main/webapp/views/mat/mat.html | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html index d16e8c5..f323ba5 100644 --- a/src/main/webapp/views/mat/mat.html +++ b/src/main/webapp/views/mat/mat.html @@ -93,6 +93,10 @@ </div> </div> +<script type="text/html" id="tagTpl"> + <span name="tagId" class="layui-badge layui-badge-gray">{{d.tagId$}}</span> +</script> + <script type="text/html" id="toolbar"> <div class="layui-btn-container"> <button class="layui-btn layui-btn-sm" id="btn-add" lay-event="addData">鏂板</button> -- Gitblit v1.9.1