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.
14 lines
271 B
14 lines
271 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'ContractShare' => 'ContractShare',
|
|
],
|
|
'fields' => [
|
|
'bg_img' => '背景图',
|
|
'text_img' => '文字图',
|
|
'peri_img' => '人物图',
|
|
'status' => '状态',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|