From 26f059f55124470a57554e0941d6be4cc72bbbdc Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期三, 27 三月 2024 17:28:00 +0800 Subject: [PATCH] no message --- CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html index bc12bf6..19d4c86 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html @@ -317,7 +317,7 @@ <th>搴撳瓨</th> <th><i class="required-color">*</i>閿�鍞环</th> <th>鎴愭湰浠�</th> - <th>甯傚満浠�</th> + <th>鎸囧闆跺敭浠�</th> <th>涓�绾ц繑鐜�</th> <!-- <th>浜岀骇杩旂幇</th> <th>涓夌骇杩旂幇</th> --> @@ -378,7 +378,7 @@ <input type="text" name="product[costprice][]" value="{{item.costprice}}" placeholder="鎴愭湰浠�" class="layui-input layui-inline-1"> </td> <td> - <input type="text" name="product[mktprice][]" value="{{item.mktprice}}" placeholder="甯傚満浠�" class="layui-input layui-inline-1"> + <input type="text" name="product[mktprice][]" value="{{item.mktprice}}" placeholder="鎸囧闆跺敭浠�" class="layui-input layui-inline-1"> </td> <td> <input type="text" name="product[levelOne][]" value="{{item.levelOne}}" placeholder="缁忛攢鍟嗚繑鐜�" class="layui-input layui-inline-1"> @@ -566,7 +566,7 @@ </div> </div> <div class="layui-form-item"> - <label class="layui-form-label">甯傚満浠�</label> + <label class="layui-form-label">鎸囧闆跺敭浠�</label> <div class="layui-input-inline layui-inline-2"> <input class="layui-input" id="oneKeySetMktPrice"> </div> -- Gitblit v1.9.1