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/applymodel/index.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/applymodel/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/applymodel/index.html index f84ac03..c4e5922 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/applymodel/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/applymodel/index.html @@ -91,12 +91,12 @@ </div> <div class="layui-inline"> - <label class="layui-form-label" for="ayStataType">瀹℃牳鐘舵��</label> + <label class="layui-form-label" for="ayStataType">瀹℃壒鐘舵��</label> <div class="layui-input-inline"> <select name="ayStataType"> <option value="-1">璇烽�夋嫨</option> <option value="0">鍚屾剰</option> - <option value="1">瀹℃牳涓�</option> + <option value="1">瀹℃壒涓�</option> <option value="2">鎷掔粷</option> </select> </div> -- Gitblit v1.9.1