| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?php
- declare(strict_types=1);
- return [
- [
- 'type' => 'switch',
- 'field' => 'is_cache',
- 'title' => '缓存开关',
- 'info' => '是否开启缓存',
- '$required' => false,
- 'props' => [
- 'activeValue' => true,
- 'inactiveValue' => false
- ],
- '_fc_id' => 'id_Fjzbmcdo513lahc',
- 'name' => 'ref_Fzt4mcdo513laic',
- 'display' => true,
- 'hidden' => false,
- '_fc_drag_tag' => 'switch'
- ],
- [
- 'type' => 'group',
- 'field' => 'category',
- 'value' => [
- [
- 'text' => '核心扩展',
- 'code' => 'core'
- ],
- [
- 'text' => '支付',
- 'code' => 'pay'
- ],
- [
- 'text' => '定制',
- 'code' => 'custom'
- ],
- [
- 'text' => '其他扩展',
- 'code' => 'other'
- ],
- ],
- 'title' => '分类',
- 'info' => '',
- '$required' => false,
- 'props' => [
- 'expand' => 1,
- 'rule' => [
- [
- 'type' => 'fcRow',
- 'children' => [
- [
- 'type' => 'col',
- 'props' => [
- 'span' => 12
- ],
- 'children' => [
- [
- 'type' => 'input',
- 'field' => 'text',
- 'title' => '分类名',
- 'info' => '',
- '$required' => false,
- '_fc_id' => 'id_Ffmvmclvt0mfauc',
- 'name' => 'ref_Fwifmclvt0mfavc',
- 'display' => true,
- 'hidden' => false,
- '_fc_drag_tag' => 'input'
- ],
- [
- 'type' => 'input',
- 'field' => 'code',
- 'title' => '分类编码',
- 'info' => '',
- '$required' => false,
- '_fc_id' => 'id_F217mclvt3a5axc',
- 'name' => 'ref_Flwvmclvt3a5ayc',
- 'display' => true,
- 'hidden' => false,
- '_fc_drag_tag' => 'input'
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ];
|