From e650b38116016251c77e546dddd96da989548cf1 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 16 Sep 2021 19:10:06 +0800 Subject: [PATCH] 20210916 --- src/main/resources/templates/febs/views/modules/product/categoryAdd.html | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/product/categoryAdd.html b/src/main/resources/templates/febs/views/modules/product/categoryAdd.html index 45f16d5..d630b20 100644 --- a/src/main/resources/templates/febs/views/modules/product/categoryAdd.html +++ b/src/main/resources/templates/febs/views/modules/product/categoryAdd.html @@ -36,6 +36,13 @@ </select> </div> </div> + <div class="layui-form-item"> + <label class="layui-form-label febs-form-item-require">是否推荐:</label> + <div class="layui-input-block"> + <input type="radio" name="isComand" value="1" title="是" > + <input type="radio" name="isComand" value="2" title="否" checked=""> + </div> + </div> <div class="layui-form-item febs-hide"> <button class="layui-btn" lay-submit="" lay-filter="categary-add-form-submit" id="submit"></button> </div> -- Gitblit v1.9.1