Explorar el Código

后台统计在售产品管理增加是否有价

wangcz hace 7 años
padre
commit
4f9b7e0f68

+ 1 - 1
src/main/webapp/resources/view/admin/product/productManage.html

@@ -202,7 +202,7 @@
                 <div class="form-group form-group-sm">
                     <label class="control-label">
                         <span>是否有价:</span>
-                        <select name="" id="10" ng-model="goodsFilter.havaPrice" class="form-control">
+                        <select name="" id="10" ng-model="goodsFilter.havePrice" class="form-control">
                             <option value="">全部</option>
                             <option value="true">是</option>
                             <option value="false">否</option>