瀏覽代碼

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