Преглед на файлове

卖家中心,搜索框提示删除商家名称

zengchao преди 8 години
родител
ревизия
4f908cfe82
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/webapp/resources/view/vendor/forstore/vendor-invoice.html

+ 1 - 1
src/main/webapp/resources/view/vendor/forstore/vendor-invoice.html

@@ -256,7 +256,7 @@
         </div>
         <div class="invoice-search">
             <div class="fr">
-                <input type="text" class="form-control" ng-model="keyword" placeholder="商家名称/订单号/发票抬头/收票人/联系电话"/>
+                <input type="text" class="form-control" ng-model="keyword" placeholder="订单号/发票抬头/收票人/联系电话"/>
                 <button ng-click="searchByKey(keyword)">搜索</button>
             </div>
         </div>