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' => '库存',