12345678910111213141516171819 |
- <?php
- return [
- 'labels' => [
- 'Notice' => '通知',
- 'notice' => '通知',
- ],
- 'fields' => [
- 'teacher_id' => '老师名称',
- 'content' => '通知内容',
- 'status' => '发送状态',
- 'title' => '标题',
- 'desc' => '描述',
- 'photos' => '照片',
- 'pdf_file' => 'pdf',
- 'created_at' => '添加时间'
- ],
- 'options' => [
- ],
- ];
|