refactor(admin): 修改提前订单列表中出库金额的显示名称

- 将"出库门店金额"改为"出库门店供货金额"
- 这个改动更准确地描述了出库金额的性质,避免用户混淆
This commit is contained in:
mkm 2024-12-02 14:53:47 +08:00
parent 4c3e593331
commit 33f0aab0c8

View File

@ -264,7 +264,7 @@ class BeforehandOrderLists extends BaseAdminDataLists implements ListsSearchInte
'warehousing' => '入库',
'warehousing_price' => '入库采购金额',
'outbound' => '出库',
'outbound_price' => '出库门店金额',
'outbound_price' => '出库门店供货金额',
'total_price' => '总价',
'admin_name' => '用户',
'mark' => '备注',