创建版本
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php namespace Gdoo\CustomerCost\Models;
|
||||
|
||||
class Compen extends Cost
|
||||
{
|
||||
public static $tabs = [
|
||||
'name' => 'tab',
|
||||
'items' => [
|
||||
['value' => 'compen.index', 'url' => 'customerCost/compen/index', 'name' => '合同补损'],
|
||||
]
|
||||
];
|
||||
|
||||
public static $bys = [
|
||||
'name' => 'by',
|
||||
'items' => [
|
||||
['value' => '', 'name' => '全部'],
|
||||
['value' => 'divider'],
|
||||
['value' => 'day', 'name' => '今日创建'],
|
||||
['value' => 'week', 'name' => '本周创建'],
|
||||
['value' => 'month', 'name' => '本月创建'],
|
||||
]
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user