update cms
This commit is contained in:
@@ -28,7 +28,7 @@ class SiteLink extends CatchTable
|
||||
Actions::create()
|
||||
])
|
||||
->withSearch([
|
||||
Search::label('网站标题')->input('title', '请输入网站标题')
|
||||
Search::label('网站标题')->input('title', '请输入标题')
|
||||
])
|
||||
->withBind()
|
||||
->withDialogWidth('40%')
|
||||
|
@@ -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([
|
||||
|
Reference in New Issue
Block a user