Commit a7afd3ae3ee89ef15cdd15d09aba61c0556f1580

Authored by liwei2917
1 parent f8a8a8d0

修改

src/main/resources/templates/page/liveApplyDetail.html
... ... @@ -136,7 +136,7 @@
136 136  
137 137 <hr>
138 138 <div class="form-group">
139   - <label for="msg" class="control-label col-sm-2">审核信息:</label>
  139 + <label for="msg" class="control-label col-sm-2">审核结果信息:</label>
140 140 <div class="col-sm-9">
141 141 <textarea class="form-control" name="msg" cols="50" rows="4"
142 142 id="msg" th:text="${shyLiveapply.shenhe_msg}">审核信息</textarea>
... ...