From f6f7cb0bb81efe1df39796646a9107981a259b6f Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Fri, 3 Sep 2021 16:14:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Wskey=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/admin.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/models/admin.go b/models/admin.go index 000c350..2445419 100644 --- a/models/admin.go +++ b/models/admin.go @@ -83,7 +83,13 @@ var Admin = ` width: 80, edit: 'text', align: 'center', - }, { + },{ + field: 'WsKey', + title: 'WsKey', + width: 80, + edit: 'text', + align: 'center', + },{ field: 'Available', title: '可用', edit: 'text',