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');
}
//开启插件