From 94de9b03ead296ef17f8ff9b2a8e34af5c061083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 6 Apr 2020 23:19:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E5=8A=9F=E8=83=BD=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E7=9A=84=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/pages/manage/functions.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) 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(",");