From 19a90d578a14205147c58c03eca12d46b417aead 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, 21 Apr 2020 21:49:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=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 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/erp_web/pages/manage/plugin.html b/erp_web/pages/manage/plugin.html index e3cd9b4f..317e07bc 100644 --- a/erp_web/pages/manage/plugin.html +++ b/erp_web/pages/manage/plugin.html @@ -32,6 +32,9 @@ 查询  重置 +
+ 注:部分插件需执行初始化sql,请参考官网介绍进行操作 +
@@ -90,7 +93,7 @@ title: '操作', field: 'op', align: "center", width: 120, formatter: function (value, rec, index) { var str = ''; - str += '   '; + str += '   '; str += '   '; str += '   '; str += ''; @@ -284,9 +287,10 @@ }); } - //上传模板 - function uploadTemplate(pluginId) { - alert("上传模板"); + //上传页面 + function uploadTemplate(path) { + var rootPath = path.substring(0, path.indexOf("plugins")); + $.messager.alert('上传页面', '请将页面上传到服务器目录:
' + rootPath + "erp_web/plugins/", 'info'); } //开启插件