Commit f413ebd986cb2b9ce26899a9ee49ff44e84be25e
1 parent
3b893326
修改审核类型
Showing
1 changed file
with
3 additions
and
3 deletions
src/main/resources/templates/page/video.html
| ... | ... | @@ -232,9 +232,9 @@ |
| 232 | 232 | <!-- <span class="btn btn-sm btn-danger" th:if="${video.state==3}">自动审核失败</span> --> |
| 233 | 233 | </td> |
| 234 | 234 | <td style="text-align: center; width: 3%;"> |
| 235 | - <span class="btn btn-sm btn-warning" th:if="${video.shenhe_type==1}">免审</span> | |
| 236 | - <span class="btn btn-sm btn-success" th:if="${video.shenhe_type==2}">机审</span> | |
| 237 | - <span class="btn btn-sm btn-danger" th:if="${video.shenhe_type==3}">人工审</span> | |
| 235 | + <span th:if="${video.shenhe_type==1}">免审</span> | |
| 236 | + <span th:if="${video.shenhe_type==2}">机审</span> | |
| 237 | + <span th:if="${video.shenhe_type==3}">人工审</span> | |
| 238 | 238 | </td> |
| 239 | 239 | <td style="text-align: center; width: 10%;" |
| 240 | 240 | th:text="${#dates.format(video.video_upload_time, 'yyyy-MM-dd HH:mm:ss')}"> | ... | ... |