You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
334 B
16 lines
334 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Category' => '产品分类',
|
|
'category' => '产品分类',
|
|
],
|
|
'fields' => [
|
|
'agent_id' => '代理商ID',
|
|
'pid' => '上级分类',
|
|
'name' => '分类名称',
|
|
'sort' => '排序',
|
|
'template' => '产品模板',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|