From 5d6cb15ac86d9174393cb9d1538d69b567e2c26c Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期四, 09 五月 2024 08:56:50 +0800
Subject: [PATCH] 修改货品编辑bug

---
 CoreCms.Net.Web.Admin/wwwroot/views/distribution/distributor/details.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/distribution/distributor/details.html b/CoreCms.Net.Web.Admin/wwwroot/views/distribution/distributor/details.html
index 2264f31..e90bcf1 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/distribution/distributor/details.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/distribution/distributor/details.html
@@ -22,13 +22,13 @@
 
             <tr>
                 <td>
-                    <label for="name">鍒嗛攢鍟嗗悕绉�</label>
+                    <label for="name">缁忛攢鍟嗗悕绉�</label>
                 </td>
                 <td>
                     {{ d.params.data.model.name || '' }}
                 </td>
                 <td>
-                    <label for="gradeId">鍒嗛攢绛夌骇</label>
+                    <label for="gradeId">缁忛攢绛夌骇</label>
                 </td>
                 <td>
                     {{# layui.each(d.params.data.grades, function(index, item){ }}

--
Gitblit v1.9.1