優化公共事業費:修正日期顯示、改善發票號碼輸入UX與調整介面欄位順序
This commit is contained in:
@@ -20,7 +20,7 @@ class UtilityFee extends Model
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'transaction_date' => 'date',
|
||||
'transaction_date' => 'date:Y-m-d',
|
||||
'amount' => 'decimal:2',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user