update
This commit is contained in:
12
config/autoload/zend-itemrole.global.php
Normal file
12
config/autoload/zend-itemrole.global.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return [
|
||||
//项目设置状态
|
||||
'ItemSet' => [
|
||||
'childSet' => [
|
||||
['id'=>0,'title'=>'在施'],
|
||||
['id'=>1,'title'=>'暂停'],
|
||||
['id'=>2,'title'=>'完成'],
|
||||
],
|
||||
],
|
||||
];
|
||||
?>
|
Reference in New Issue
Block a user