diff --git a/public/locales/en/products.json b/public/locales/en/products.json
index 667c143..7380d76 100644
--- a/public/locales/en/products.json
+++ b/public/locales/en/products.json
@@ -49,7 +49,7 @@
"KM": "KM",
"RecommendsRate": "RecommendsRate",
"OpenWeekdays": "Open Weekdays",
- "DisplayToC": "DisplayToC",
+ "DisplayToC": "Display To C",
"Dept": "Dept",
"productProject": "Product project",
@@ -94,18 +94,22 @@
"Child": "Child"
},
- "save":"save",
- "edit":"edit",
- "delete":"delete",
- "cancel":"cancel",
- "sureCancel":"Sure you want to cancel?",
- "sureDelete":"Sure you want to delete?",
-
"CopyFormMsg": {
"requiredVendor": "Please pick a target vendor",
"requiredTypes": "Please select product types",
"requiredDept": "Please pick a owner department"
},
+ "quotationTable": {
+ "Adult": "Adult",
+ "Child": "Child",
+ "Currency": "Currency",
+ "Unit": "Unit",
+ "GroupSize": "Group Size",
+ "UseDates": "Use Dates",
+ "Operation": "Operation",
+ "Weekdays": "Weekdays"
+ },
+
"#": "#"
}
diff --git a/public/locales/zh/products.json b/public/locales/zh/products.json
index 239af49..c0cd87e 100644
--- a/public/locales/zh/products.json
+++ b/public/locales/zh/products.json
@@ -95,18 +95,22 @@
"Child": "儿童"
},
- "save":"保存",
- "edit":"编辑",
- "delete":"删除",
- "cancel":"取消",
- "sureCancel": "确定取消?",
- "sureDelete":"确定删除?",
-
"CopyFormMsg": {
"requiredVendor": "请选择目标供应商",
"requiredTypes": "请选择产品类型",
"requiredDept": "请选择所属小组"
},
+ "quotationTable": {
+ "Adult": "成人",
+ "Child": "儿童",
+ "Currency": "币种",
+ "Unit": "类型",
+ "GroupSize": "人等",
+ "UseDates": "使用日期",
+ "Weekdays": "周末",
+ "Operation": "Operation"
+ },
+
"#": "#"
}
diff --git a/src/components/DeptSelector.jsx b/src/components/DeptSelector.jsx
index ab8911c..0524f0f 100644
--- a/src/components/DeptSelector.jsx
+++ b/src/components/DeptSelector.jsx
@@ -39,7 +39,6 @@ export const DeptSelector = ({show_all, isLeaf,...props}) => {