12345678910111213141516171819 |
- <?php
- return [
- 'labels' => [
- 'BaseConfig' => '系统配置',
- 'base-config' => '系统配置',
- ],
- 'fields' => [
- 'group' => '分组',
- 'key' => '键',
- 'value' => '值',
- 'comment' => '说明',
- 'chinese' => '中文名',
- 'fieldType' => '类型',
- 'updated_at' => '更新时间',
- 'sort' => '排序',
- ],
- 'options' => [
- ],
- ];
|