plf 3 anni fa
parent
commit
1ef18048c1

+ 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}">