From 33f0aab0c8877d12a82c6a9040b9764e8c45a08b Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 2 Dec 2024 14:53:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor(admin):=20=E4=BF=AE=E6=94=B9=E6=8F=90?= =?UTF-8?q?=E5=89=8D=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=E4=B8=AD=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E9=87=91=E9=A2=9D=E7=9A=84=E6=98=BE=E7=A4=BA=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将"出库门店金额"改为"出库门店供货金额" - 这个改动更准确地描述了出库金额的性质,避免用户混淆 --- app/admin/lists/beforehand_order/BeforehandOrderLists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/lists/beforehand_order/BeforehandOrderLists.php b/app/admin/lists/beforehand_order/BeforehandOrderLists.php index a4d897c57..af9dd6cee 100644 --- a/app/admin/lists/beforehand_order/BeforehandOrderLists.php +++ b/app/admin/lists/beforehand_order/BeforehandOrderLists.php @@ -264,7 +264,7 @@ class BeforehandOrderLists extends BaseAdminDataLists implements ListsSearchInte 'warehousing' => '入库', 'warehousing_price' => '入库采购金额', 'outbound' => '出库', - 'outbound_price' => '出库门店金额', + 'outbound_price' => '出库门店供货金额', 'total_price' => '总价', 'admin_name' => '用户', 'mark' => '备注',