Browse Source

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@862 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

suntg 11 years ago
parent
commit
3bac598289
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/webapp/resources/tpl/index/home/right.html

+ 2 - 1
src/main/webapp/resources/tpl/index/home/right.html

@@ -43,7 +43,8 @@
 				</li>
 				<li class="end">
 					<ul class="list-unstyled">
-						<li><a href="#">买家退货中(0)</a></li>
+						<li><a ui-sref="sale.accept">买家验收</a></li>
+						<li><a ui-sref="sale.returns">买家退货</a></li>
 					</ul>
 				</li>
 			</ul>