Browse Source

收入明细

master
Lemon 6 years ago
parent
commit
c67abd9805
  1. 6
      app/Model/v3/FinancialRecord.php

6
app/Model/v3/FinancialRecord.php

@ -123,10 +123,6 @@ class FinancialRecord extends Model
public function getMoneyTextAttribute()
{
if($this->attributes['money_type'] >= 100){
return '- ¥ '.$this->attributes['money'];
}else{
return '+ ¥ '.$this->attributes['money'];
}
return '¥ '.$this->attributes['money'];
}
}
Loading…
Cancel
Save