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.
15 lines
332 B
15 lines
332 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'DiyForm' => '信息收集表单',
|
|
'diy-form' => '信息收集表单',
|
|
'diy_form' => '信息收集表单',
|
|
],
|
|
'fields' => [
|
|
'supplier_id' => '供应商ID',
|
|
'name' => '表单名',
|
|
'fields' => '字段列表',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|