From c54d598cc71ca26f262d498e034b64627d7b6616 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 07 七月 2022 15:25:19 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/zhengcaioa/Views/SysCode/Indexlaw.cshtml |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/SysCode/Indexlaw.cshtml b/zhengcaioa/zhengcaioa/Views/SysCode/Indexlaw.cshtml
index fe12535..adfd9eb 100644
--- a/zhengcaioa/zhengcaioa/Views/SysCode/Indexlaw.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/SysCode/Indexlaw.cshtml
@@ -9,17 +9,21 @@
         dataCol = [
             { label: 'id', name: 'Id', labtype: 'txt', hidden: true },
             {
-                label: '璐ㄧ枒浜嬮」', name: 'Classify1Name', labtype: 'txt', hidden: false, width: 300,
+                label: '璐ㄧ枒浜嬮」', name: 'Classify1Name', labtype: 'txt', hidden: false, width: 100,
 
             },
             {
-                label: '缂栫爜', name: 'CodeSn', labtype: 'txt', hidden: false, width: 50,
+                label: '缂栫爜', name: 'CodeSn', labtype: 'txt', hidden: false, width: 20,
                 formatter: function (cellvalue, options, rowObject) {
                     return "<a onclick=\"OpenWindow('" + rowObject.Comments + "','98%','100%', '/SysCode/Editlaw?Classify1=" + rowObject.Classify1 + "')\"  >" + cellvalue + "</a>";
                 }
             },
             {
-                label: '娉曞緥鍚嶇О', name: 'CommentsName', labtype: 'txt', hidden: false, width: 100,
+                label: '娉曞緥鍚嶇О', name: 'CommentsName', labtype: 'txt', hidden: false, width: 150,
+
+            },
+            {
+                label: '娉曟潯', name: 'Classify2', labtype: 'txt', hidden: false, width: 100,
 
             },
             {

--
Gitblit v1.9.1