From 84c4c0aa6eadde7d31780bf32ee3fab17e30cb90 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 16 九月 2022 16:39:57 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/cstmr/cstmr.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/cstmr/cstmr.js b/src/main/webapp/static/js/cstmr/cstmr.js index f196335..2bcaa69 100644 --- a/src/main/webapp/static/js/cstmr/cstmr.js +++ b/src/main/webapp/static/js/cstmr/cstmr.js @@ -17,7 +17,7 @@ var tree = layui.tree; var dropdown = layui.dropdown; - $('#organization').text(localStorage.getItem('nickname')); + $('#organization').html(localStorage.getItem('nickname') + ' <i class="layui-icon"></i>'); // 閮ㄩ棬浜哄憳 绛涢�� dropdown.render({ @@ -91,7 +91,7 @@ key: obj.data.key, val: obj.data.id } - $('#organization').text(obj.data.title); + $('#organization').html(obj.data.title + ' <i class="layui-icon"></i>'); $('#organizationTree').find('.ew-tree-click').removeClass('ew-tree-click'); $(obj.elem).children('.layui-tree-entry').addClass('ew-tree-click'); clearFormVal($('#search-box')); -- Gitblit v1.9.1