lcly-data-admin/lang/zh_CN/crop.php

20 lines
405 B
PHP

<?php
return [
'labels' => [
'Crop' => 'Crop',
'crop' => 'Crop',
],
'fields' => [
'category_id' => '行业',
'parent_id' => '父级',
'crop_type' => '类别',
'name' => '名称',
'is_end' => '是否结点',
'unit' => '单位',
'sort' => '排序',
'extends' => '扩展字段',
],
'options' => [
],
];