Ver Fonte

上传通道列表页面显示 channelId 字段

reghao há 2 anos atrás
pai
commit
16d1e66c38
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      oss-web/src/main/resources/templates/channel/index.html

+ 1 - 1
oss-web/src/main/resources/templates/channel/index.html

@@ -76,7 +76,7 @@
                             <i class="layui-icon layui-icon-ok"></i>
                         </label>
                     </td>
-                    <td th:text="${item.id}">ID</td>
+                    <td th:text="${item.channelId}">Channel ID</td>
                     <td th:text="${item.prefix}">前缀</td>
                     <td th:text="${item.maxSize}">最大文件</td>
                     <td th:text="${item.description}">简介</td>