From 81a3369395a7cccceb7cd36f5238cc6fe2aa88e5 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Fri, 19 Mar 2021 00:22:01 +0800 Subject: [PATCH] 优化代码 --- zq-erp/src/main/resources/templates/views/admin/shop/shopProduct-form.html | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/shop/shopProduct-form.html b/zq-erp/src/main/resources/templates/views/admin/shop/shopProduct-form.html index 3d20568..e6b0421 100644 --- a/zq-erp/src/main/resources/templates/views/admin/shop/shopProduct-form.html +++ b/zq-erp/src/main/resources/templates/views/admin/shop/shopProduct-form.html @@ -83,15 +83,15 @@ </div> </div> <div class="form-group"> - <label class="col-sm-2 control-label">上架卖场 + <label class="col-sm-2 control-label">是否积分抵 <span class="text-danger">*</span> </label> <div class="col-sm-4"> - <select th:field="${obj.mallType}" class="form-control select2 " size="1" - name="mallType" - id="mallType" style="width: 100%"> - <option value="1" th:selected="${obj.mallType == '1'}">微商城</option> - <option value="2" th:selected="${obj.mallType == '2'}">积分商城</option> + <select th:field="${obj.ableScorePay}" class="form-control select2 " size="1" + name="ableScorePay" + id="ableScorePay" style="width: 100%"> + <option value="2" th:selected="${obj.ableScorePay == '2'}">不可抵扣</option> + <option value="1" th:selected="${obj.ableScorePay == '1'}">可抵扣</option> </option> </select> </div> -- Gitblit v1.9.1