|
@@ -136,11 +136,11 @@ return array
|
|
|
'key' => array
|
|
|
(
|
|
|
'type' => 'varchar-100',
|
|
|
- 'name' => '菜单标识-选填,可以为空,用来标识菜单的唯一性',
|
|
|
+ 'name' => '菜单标识-用来标识菜单的唯一性,也可以输入项目名称',
|
|
|
'default' => '',
|
|
|
'desc' => '请输入菜单标识',
|
|
|
'match' => 'option',
|
|
|
- //'update' => 'text',
|
|
|
+ 'update' => 'text',
|
|
|
//'search' => 'fulltext',
|
|
|
//'list' => true,
|
|
|
//'modal' => 'test',
|
|
@@ -149,7 +149,7 @@ return array
|
|
|
'link' => array
|
|
|
(
|
|
|
'type' => 'varchar-150',
|
|
|
- 'name' => '链接(或路径)-选填,可以为空',
|
|
|
+ 'name' => '链接(或路径)',
|
|
|
'default' => '',
|
|
|
'desc' => '请输入链接',
|
|
|
'match' => 'option',
|