diff --git a/erp_web/pages/manage/functions.html b/erp_web/pages/manage/functions.html
index 17e3fd4c..a4d138b8 100644
--- a/erp_web/pages/manage/functions.html
+++ b/erp_web/pages/manage/functions.html
@@ -89,12 +89,10 @@
- | 收缩 |
- |
-
-
- | 启用 |
- |
+ 图标 |
+
+
+ |
| 类型 |
@@ -106,6 +104,14 @@
+
+ | 收缩 |
+ |
+
+
+ | 启用 |
+ |
+
@@ -174,6 +180,7 @@
}
},
{title: '类型', field: 'type', width: 50},
+ {title: '图标', field: 'icon', width: 110},
{
title: '操作', field: 'op', align: "center", width: 130, formatter: function (value, rec, index) {
var str = '';
@@ -396,6 +403,7 @@
$("#State").attr("checked", rowsdata.state);
$("#Sort").textbox("setValue", rowsdata.sort);
$("#Enabled").attr("checked", rowsdata.enabled);
+ $("#icon").textbox("setValue", rowsdata.icon);
$("#Type").textbox("setValue", rowsdata.type);
if (rowsdata.pushbtn) {
var arr = rowsdata.pushbtn.split(",");