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