瀏覽代碼

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

reghao 2 年之前
父節點
當前提交
16d1e66c38
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>