From 2f67fc8e4af65ef170ef1008722763b519cc13cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 7 Jul 2020 23:33:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/pages/manage/plugin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp_web/pages/manage/plugin.html b/erp_web/pages/manage/plugin.html index 317e07bc..53ca7148 100644 --- a/erp_web/pages/manage/plugin.html +++ b/erp_web/pages/manage/plugin.html @@ -100,7 +100,7 @@ return str; } }, - {title: '标识', field: 'pluginId', width: 120, + {title: '标识', field: 'pluginId', width: 180, formatter: function(value, rec) { if (rec) { return rec.pluginDescriptor.pluginId;