From 78bbc1dae1bb20acb51fd454adf53b3ab5ae97b3 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 23 Dec 2022 15:20:11 +0800 Subject: [PATCH] 20221221 --- src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html index 3dc6801..72a594c 100644 --- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html +++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html @@ -235,8 +235,8 @@ <div class="layui-col-lg6"> <label class="layui-form-label">开启多规格:</label> <div class="layui-input-block"> - <input type="radio" name="isSku" value="1" title="是" - lay-filter="isSku"/> +<!-- <input type="radio" name="isSku" value="1" title="是"--> +<!-- lay-filter="isSku"/>--> <input type="radio" name="isSku" value="2" title="否" lay-filter="isSku" checked/> </div> -- Gitblit v1.9.1