cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponInfo.html
@@ -99,7 +99,6 @@ <label class="col-sm-1 control-label" style="margin-left: -1%;width: 14%;margin-top: -5px">抵扣券: </label> <div class="col-sm-9"> <select style="width: 300px" class="form-control" id="goods" name="pCode" > <option value="">请选择商品</option> @for(obj in goods){ <option style="width: 35%" value="${obj.id}">${obj.name}</option> @}