12345678910111213141516171819 |
- <?php
- return [
- 'Id' => 'ID',
- 'Type' => '类型',
- 'Type 1' => '招聘信息',
- 'Type 2' => '就业创业资讯',
- 'Title' => '名称',
- 'Image' => '封面图',
- 'Content' => '内容',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间',
- 'Status' => '状态',
- 'Status 1' => '显示',
- 'Set status to 1'=> '设为显示',
- 'Status 0' => '隐藏',
- 'Set status to 0'=> '设为隐藏',
- 'Weigh' => '权重排序'
- ];
|