From 7e25a8e5a3aeb195388c5acf48cd91b96a9e321a Mon Sep 17 00:00:00 2001 From: liapples Date: Mon, 6 Sep 2021 15:10:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=B0=E4=BB=B7->=E5=94=AE=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/zh_CN/agent-product.php | 2 +- resources/lang/zh_CN/product.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/zh_CN/agent-product.php b/resources/lang/zh_CN/agent-product.php index 77541ec..82cfb69 100644 --- a/resources/lang/zh_CN/agent-product.php +++ b/resources/lang/zh_CN/agent-product.php @@ -7,7 +7,7 @@ return [ 'fields' => [ 'agent_id' => '代理商ID', 'product_id' => '供应商产品ID', - 'price' => '现价', + 'price' => '售价', 'original_price' => '原价', 'sale' => '销量', 'stock' => '库存', diff --git a/resources/lang/zh_CN/product.php b/resources/lang/zh_CN/product.php index 8d706cd..83aa636 100644 --- a/resources/lang/zh_CN/product.php +++ b/resources/lang/zh_CN/product.php @@ -11,7 +11,7 @@ return [ 'original_price' => '原价', 'pictures' => '产品图片', 'picture' => '产品图片', - 'price' => '现价', + 'price' => '售价', 'sale' => '销量', 'status' => '状态', 'stock' => '库存',