소스 검색

bug fixes

plf 3 년 전
부모
커밋
1ef18048c1
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/main/webapp/WEB-INF/views/modules/product-new/productList.jsp

+ 3 - 1
src/main/webapp/WEB-INF/views/modules/product-new/productList.jsp

@@ -252,7 +252,9 @@
 				</td>
 				<shiro:hasPermission name="product:product:edit">
 					<c:if test="${product.validFlag eq 0}">
-						<a href="${ctx}/product/new/statusRemarks?productId=${product.id}">状态备注</a>
+						<td class="todo">
+							<a href="${ctx}/product/new/statusRemarks?productId=${product.id}">状态备注</a>
+						</td>
 					</c:if>
 					<c:if test="${product.productCategory eq 2}">
 						<c:if test="${product.validFlag ne 0}">