From 33495f51c69a3f28f26ec1e36dd13adeda52a290 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 19 一月 2021 14:54:19 +0800 Subject: [PATCH] # --- src/main/webapp/views/allo/allo.html | 2 +- src/main/webapp/static/js/allo/allo.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/allo/allo.js b/src/main/webapp/static/js/allo/allo.js index f14975b..b5c27ea 100644 --- a/src/main/webapp/static/js/allo/allo.js +++ b/src/main/webapp/static/js/allo/allo.js @@ -35,7 +35,7 @@ {type: 'checkbox'} // ,{field: 'id', align: 'center',title: 'ID'} ,{field: 'uuid', align: 'center',title: '缂栧彿'} - ,{field: 'name', align: 'center',title: '浠撳簱鍚嶇О'} + ,{field: 'name', align: 'center',title: '璐т綅鍚嶇О'} // ,{field: 'parentId', align: 'center',title: '鐖剁骇'} ,{field: 'parentName', align: 'center',title: '鎵�灞炲簱鍖�'} // ,{field: 'type$', align: 'center',title: '绫诲瀷'} diff --git a/src/main/webapp/views/allo/allo.html b/src/main/webapp/views/allo/allo.html index 4c8d1d0..f3c9aa5 100644 --- a/src/main/webapp/views/allo/allo.html +++ b/src/main/webapp/views/allo/allo.html @@ -21,7 +21,7 @@ </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"> -- Gitblit v1.9.1