From 16fea9a478c5c0f0c38a84b476083c8473f90eb8 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 04 三月 2021 11:16:14 +0800 Subject: [PATCH] # --- src/main/webapp/views/allo/allo.html | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/allo/allo.html b/src/main/webapp/views/allo/allo.html index 94f2c70..f3c9aa5 100644 --- a/src/main/webapp/views/allo/allo.html +++ b/src/main/webapp/views/allo/allo.html @@ -21,7 +21,13 @@ </div> <div class="layui-inline"> <div class="layui-input-inline"> - <input class="layui-input" type="text" name="name" placeholder="浠撳簱鍚嶇О" autocomplete="off"> + <input class="layui-input" type="text" name="name" placeholder="璐т綅鍚嶇О" autocomplete="off"> + </div> + </div> + <div class="layui-inline"> + <div class="layui-input-inline"> + <select id="parentId" name="parent_id" lay-search=""> + </select> </div> </div> <!-- 寰呮坊鍔� --> @@ -51,10 +57,17 @@ <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> <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script> +<script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script> <script type="text/javascript" src="../../static/js/allo/allo.js" charset="utf-8"></script> <iframe id="detail-iframe" scrolling="auto" style="display:none;"></iframe> </body> +<script type="text/template" id="parentNodeGroup"> + <option value="">閫夋嫨搴撳尯</option> + {{#each data}} + <option value="{{this.key}}">{{this.val}}</option> + {{/each}} +</script> </html> -- Gitblit v1.9.1