mirror of
https://github.com/lsky-org/lsky-pro.git
synced 2025-01-08 11:57:52 +08:00
up
This commit is contained in:
parent
c226601270
commit
4fc525174f
@ -46,7 +46,7 @@ class Images extends Base
|
||||
]
|
||||
])->each(function ($item) {
|
||||
$item->username = Users::where('id', $item->user_id)->value('username');
|
||||
$item->strategy = $this->strategyList[$item->strategy]['name'];
|
||||
$item->strategyStr = $this->strategyList[$item->strategy]['name'];
|
||||
return $item;
|
||||
});
|
||||
$this->assign([
|
||||
|
@ -43,7 +43,7 @@
|
||||
{foreach $images as $key => $value}
|
||||
<tr data-id="{$value.id}">
|
||||
<td>{$value.username}</td>
|
||||
<td>{$value.strategy}</td>
|
||||
<td>{$value.strategyStr}</td>
|
||||
<td>{$value.pathname}</td>
|
||||
<td class="mdui-text-color-light-blue">{$value.size|format_size}</td>
|
||||
<td>{$value.mime}</td>
|
||||
|
Loading…
Reference in New Issue
Block a user