From c339115e00c9e60e5ade385db1b7b45f88223023 Mon Sep 17 00:00:00 2001
From: whoami <chao.chen@yoho.cn>
Date: Tue, 10 Dec 2019 16:26:04 +0800
Subject: [PATCH] add desc in list page

---
 web/src/main/webapp/html/orderManage/metaConfig.html | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/web/src/main/webapp/html/orderManage/metaConfig.html b/web/src/main/webapp/html/orderManage/metaConfig.html
index 0dc2111..8123038 100644
--- a/web/src/main/webapp/html/orderManage/metaConfig.html
+++ b/web/src/main/webapp/html/orderManage/metaConfig.html
@@ -89,22 +89,27 @@
             columns: [[{
                 title: "编号",
                 field: "code",
-                width: 40
+                width: 20
             },  {
                 title: "标题",
                 field: "title",
                 align: "center",
-                width: 40
-            },  {
+                width: 30
+            },{
+                title: "功能描述",
+                field: "desc",
+                align: "center",
+                width: 50,
+            }, {
                 title: "创建时间",
                 field: "createTimeStr",
                 align: "center",
-                width: 40,
+                width: 20,
             }, {
                 title: "操作",
                 field: "operations",
                 align: "center",
-                width: 40,
+                width: 30,
                 formatter: function (value, rowData) {
                     var str = "<a role='detail' dataId='"+ rowData.code + "' style='margin-left:10px;background-color: #5cb85c !important;'>编辑</a>";
                     if(rowData.code == "super_enter_stage_func"){
--
libgit2 0.24.0