12345678910111213141516171819 |
- <?php
- return [
- 'Id' => 'ID',
- 'Title' => '标题',
- 'Image' => '图片',
- 'Url' => '链接地址',
- 'Status' => '状态',
- 'Status 1' => '上架',
- 'Set status to 1'=> '设为上架',
- 'Status 0' => '下架',
- 'Set status to 0'=> '设为下架',
- 'Weigh' => '权重排序',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间',
- 'Type' => '位置',
- 'Type 1' => '首页',
- 'Type 2' => '商城页'
- ];
|