You've already forked guangan
工单筛选
This commit is contained in:
@ -8,7 +8,6 @@ use think\admin\Model;
|
||||
class TicketTicket extends Model
|
||||
{
|
||||
protected $append = ['status_text', 'type_name', 'dept_name', 'imgs_arr'];
|
||||
protected $globalScope = ['unConf'];
|
||||
protected $table = 'ticket_ticket';
|
||||
public function type()
|
||||
{
|
||||
@ -90,7 +89,7 @@ class TicketTicket extends Model
|
||||
private function getStatusList()
|
||||
{
|
||||
return [
|
||||
-1 => '已关闭',
|
||||
-1 => '待审核',
|
||||
0 => '待处理',
|
||||
1 => '已作处理',
|
||||
];
|
||||
|
Reference in New Issue
Block a user