瀏覽代碼

feat:回显驳回原因

wangzhiwu@richinfo.cn 1 周之前
父節點
當前提交
804256374d
共有 1 個文件被更改,包括 2 次插入0 次删除
  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>