From 6199756c83c8217b377e4e90c2904c8a6a6fdfbe Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期四, 25 五月 2023 15:50:19 +0800 Subject: [PATCH] 物料类型 --- src/main/webapp/views/mat/mat.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html index df1bdfa..168492d 100644 --- a/src/main/webapp/views/mat/mat.html +++ b/src/main/webapp/views/mat/mat.html @@ -262,8 +262,8 @@ <div class="layui-input-block"> <select name="matType" lay-vertype="tips" lay-verify="required" required=""> <option value="1">鍗曞搧</option> - <option value="2">楂橀</option> - <option value="3">浣庨</option> + <option value="2">楂橀娣锋斁</option> + <option value="3">浣庨娣锋斁</option> </select> </div> </div> -- Gitblit v1.9.1