diff --git a/public/locales/en/products.json b/public/locales/en/products.json
index 529a790..20507cb 100644
--- a/public/locales/en/products.json
+++ b/public/locales/en/products.json
@@ -1,5 +1,9 @@
{
"ProductType": "Product Type",
+ "ProductName": "Product Name",
+ "ContractRemarks": "合同备注",
+ "versionHistory": "Version History",
+ "versionPublished": "Published",
"type": {
"Experience": "Experience",
"Car": "Transport Services",
@@ -81,7 +85,8 @@
"withQuote": "Whether to copy the quotation",
"requiredVendor": "Please pick a target vendor",
"requiredTypes": "Please select product types",
- "requiredDept": "Please pick a owner department"
+ "requiredDept": "Please pick a owner department",
+ "copyTo": "Copy to"
},
"Validation": {
"adultPrice": "请输入成人价",
diff --git a/public/locales/zh/products.json b/public/locales/zh/products.json
index dc7ff30..7bfe0e1 100644
--- a/public/locales/zh/products.json
+++ b/public/locales/zh/products.json
@@ -1,6 +1,8 @@
{
"ProductType": "项目类型",
"ContractRemarks": "合同备注",
+ "versionHistory": "查看历史",
+ "versionPublished": "已发布的",
"type": {
"Experience": "综费",
"Car": "车费",
diff --git a/src/views/products/Audit.jsx b/src/views/products/Audit.jsx
index 873942c..c317af1 100644
--- a/src/views/products/Audit.jsx
+++ b/src/views/products/Audit.jsx
@@ -255,7 +255,7 @@ const PriceTable = ({ productType, dataSource, refresh }) => {
- getLog({ travel_agency_id, product_id: r.info.id, price_id: r.id })} {...{ travel_agency_id, product_id: r.info.id, price_id: r.id }} />
+ getLog({ travel_agency_id, product_id: r.info.id, price_id: r.id })} {...{ travel_agency_id, product_id: r.info.id, price_id: r.id }} />
) : null,
@@ -270,7 +270,7 @@ const PriceTable = ({ productType, dataSource, refresh }) => {
getRunning({ travel_agency_id, product_id: r.info.id, price_id: r.id })}
{...{ travel_agency_id, product_id: r.info.id, price_id: r.id }}