This commit is contained in:
xman 2025-03-10 13:58:04 +08:00
parent 54d79c0197
commit c296c743db

View File

@ -123,7 +123,7 @@ class Order extends Model
public function incomeBtnStatus(){
return array_merge($this->tabStatus('pending'),[self::STATUS_AUDITING]);
return array_merge($this->tabStatus(self::TAB_PENDING),[self::STATUS_AUDITING]);
}
public function user(){