From c2b4e7c86e790d3880a8da9adeffafb3e6c12145 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 15 五月 2024 09:46:24 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/baifenbaishop

---
 CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html
index f48550f..2e1a296 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html
@@ -149,7 +149,7 @@
                             },
                             { field: 'sourceId', title: '璧勬簮搴忓垪', sort: false, width: 125 },
                             {
-                                field: 'userNickName', title: '鐢ㄦ埛', sort: false, width: 105, templet: function (d) {
+                                field: 'userNickName', title: '鐢ㄦ埛', sort: false, width: 180, templet: function (d) {
                                     return d.userNickName + '锛�' + d.userId + '锛�';
                                 }
                             },
@@ -164,7 +164,7 @@
                                     return "";
                                 }
                             },
-                            { field: 'title', title: '鍙戠エ鎶ご', sort: false },
+                            { field: 'title', title: '鍙戠エ鎶ご', sort: false ,width: 200 },
                             { field: 'taxNumber', title: '鍙戠エ绋庡彿', sort: false, width: 150 },
                             { field: 'amount', title: '鍙戠エ閲戦', sort: false, width: 80, templet: function (data) { return '锟�' + data.amount } },
                             {
@@ -185,7 +185,7 @@
                                 }
                             },
                             { field: 'fileUrl', title: '鍙戠エ涓嬭浇鍦板潃', sort: false},
-                            { field: 'remarks', title: '寮�绁ㄥ娉�', sort: false, width: 105 },
+                            { field: 'remarks', title: '寮�绁ㄥ娉�', sort: false, width: 150 },
                             { field: 'createTime', title: '鍒涘缓鏃堕棿', width: 130, sort: false },
                             { field: 'updateTime', title: '鏇存柊鏃堕棿', width: 130, sort: false },
                             { width: 122, align: 'center', title: '鎿嶄綔', fixed: 'right', toolbar: '#LAY-app-CoreCmsInvoice-tableBox-bar' }

--
Gitblit v1.9.1