From b3cbc13896ed4907b6642c2e70214f9a4940d678 Mon Sep 17 00:00:00 2001 From: lewis <604446095@qq.com> Date: Wed, 19 Feb 2025 10:44:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../warehouse_product_storege/WarehouseProductStoregeLists.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/admin/lists/warehouse_product_storege/WarehouseProductStoregeLists.php b/app/admin/lists/warehouse_product_storege/WarehouseProductStoregeLists.php index 3e245892c..96177242c 100644 --- a/app/admin/lists/warehouse_product_storege/WarehouseProductStoregeLists.php +++ b/app/admin/lists/warehouse_product_storege/WarehouseProductStoregeLists.php @@ -158,6 +158,7 @@ class WarehouseProductStoregeLists extends BaseAdminDataLists implements ListsSe { $data = [ + 'product_id' => '商品ID', 'store_name' => '商品名称', 'cate_name' => '分类', 'unit_name' => '单位',