Browse Source

feat:回显驳回原因

wangzhiwu@richinfo.cn 1 tuần trước cách đây
mục cha
commit
804256374d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/main/resources/templates/commonDatas.html

+ 2 - 0
src/main/resources/templates/commonDatas.html

@@ -608,6 +608,8 @@
                     <span th:text="${log.message}"></span>
                     <span th:if="${logStat.index == 0}" style="display: inline-block; padding: 2px 6px; border-radius: 2px;
                         background: #ff5656; color: #fff; font-size: 12px; position: relative; top: -2px; margin-left: 10px;">最终状态</span>
+                    <span th:if="${log.message !== ''}" style="display: inline-block; 
+                        font-size: 12px; color: #ff5656; position: relative; top: -2px; margin-left: 10px;">驳回原因: <span th:text="${log.opinion}"></span></span>
                 </div>
             </div>
         </div>