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;