From c5bbd10c5425971f9ca595d2c9d461d1a997c64e Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期二, 06 九月 2022 14:20:40 +0800 Subject: [PATCH] ## --- src/main/webapp/static/js/itemTable.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/itemTable.js b/src/main/webapp/static/js/itemTable.js index 979a894..2cb36a9 100644 --- a/src/main/webapp/static/js/itemTable.js +++ b/src/main/webapp/static/js/itemTable.js @@ -42,7 +42,9 @@ cols: [[ {field: 'uuid', title: '璁㈠崟鍙�', width: 100, align: 'center'}, {field: 'inUuid', title: '椤圭洰缂栧彿'}, - {field: 'name', title: '椤圭洰鍚嶇О'} + {field: 'name', title: '椤圭洰鍚嶇О'}, + {field: 'type$$', title: '椤圭洰绫诲瀷'} + ]], done: function (res, curr, count) { $('#dictTable+.layui-table-view .layui-table-body tbody>tr:first').trigger('click'); -- Gitblit v1.9.1