blade 6 éve
szülő
commit
ef6389e77b

+ 1 - 1
application/admin/controller/Settings.php

@@ -284,7 +284,7 @@ class Settings extends Base
     {
 
         $operate = '<a style="margin-left:5px;" href="javascript:DelFile(`' . $fileName . '`)"><button type="button" class="btn btn-danger btn-sm">';
-        $operate .= ' 删除</button></a> ';
+        $operate .= ' 删除</button></a>&nbsp; <a style="margin-left:5px;" href="javascript:buildLink(`' . $fileName . '`)"><button type="button" class="btn btn-danger btn-sm"> 连接地址</button>';
 
         return $operate;
     }

+ 1 - 1
application/admin/view/settings/entrancelist.html

@@ -32,7 +32,7 @@
                         <th data-field="fileName">文件名称</th>
                         <th data-field="addTime">生成时间</th>
                         <th data-field="lastLoad">最后访问时间</th>
-                        <th data-field="operate">最后访问时间</th>
+                        <th data-field="operate">操作</th>
                         </thead>
                     </table>
                 </div>