update cms

This commit is contained in:
JaguarJack
2021-05-24 18:25:33 +08:00
parent 034705bb3d
commit 3bad548d10
4 changed files with 60 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ class SiteLink extends CatchTable
Actions::create()
])
->withSearch([
Search::label('网站标题')->input('title', '请输入网站标题')
Search::label('网站标题')->input('title', '请输入标题')
])
->withBind()
->withDialogWidth('40%')

View File

@@ -14,10 +14,12 @@ class Tags extends CatchTable
// TODO: Implement table() method.
return $this->getTable('tags')
->header([
HeaderItem::label('编号')->prop('id'),
HeaderItem::label('编号')->prop('id')->width(100),
HeaderItem::label('名称')->prop('name'),
HeaderItem::label('文章数量')->prop('articles_count'),
HeaderItem::label('创建时间')->prop('created_at'),
HeaderItem::label('操作')->actions([