From cd91d368ecceb75d93e9a0099507371ccc38d749 Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期一, 18 四月 2022 09:04:05 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/itemTable.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/itemTable.js b/src/main/webapp/static/js/itemTable.js index 8c5c063..f02b773 100644 --- a/src/main/webapp/static/js/itemTable.js +++ b/src/main/webapp/static/js/itemTable.js @@ -37,7 +37,8 @@ '</p>'].join(''),*/ defaultToolbar: [], cols: [[ - {field: 'id', title: '缂栧彿', width: 70, align: 'center'}, + {field: 'uuid', title: '璁㈠崟鍙�', width: 100, align: 'center'}, + {field: 'inUuid', title: '椤圭洰缂栧彿'}, {field: 'name', title: '椤圭洰鍚嶇О'} ]], done: function (res, curr, count) { -- Gitblit v1.9.1