B.E.N.S.O.N 2 недель назад
Родитель
Сommit
66061a5837
3 измененных файлов: 29 добавлений и 12 удалений
  1. +16
    -11
      src/components/NavigationContent/NavigationContent.tsx
  2. +12
    -0
      src/i18n/zh/common.json
  3. +1
    -1
      src/i18n/zh/jo.json

+ 16
- 11
src/components/NavigationContent/NavigationContent.tsx Просмотреть файл

@@ -196,17 +196,22 @@ const NavigationContent: React.FC = () => {
path: "/settings/user",
requiredAbility: [AUTH.VIEW_USER, AUTH.ADMIN],
},
{
icon: <Group />,
label: "User Group",
path: "/settings/user",
requiredAbility: [AUTH.VIEW_GROUP, AUTH.ADMIN],
},
//{
// icon: <Group />,
// label: "User Group",
// path: "/settings/user",
// requiredAbility: [AUTH.VIEW_GROUP, AUTH.ADMIN],
//},
{
icon: <Category />,
label: "Items",
path: "/settings/items",
},
{
icon: <ViewModule />,
label: "BOM Weighting Score List",
path: "/settings/bomWeighting",
},
{
icon: <Storefront />,
label: "ShopAndTruck",
@@ -232,11 +237,11 @@ const NavigationContent: React.FC = () => {
label: "Printer",
path: "/settings/printer",
},
{
icon: <Person />,
label: "Customer",
path: "/settings/user",
},
//{
// icon: <Person />,
// label: "Customer",
// path: "/settings/user",
//},
{
icon: <VerifiedUser />,
label: "QC Check Item",


+ 12
- 0
src/i18n/zh/common.json Просмотреть файл

@@ -77,6 +77,18 @@
"user": "用戶",
"User Group": "用戶群組",
"Items": "物料",
"BOM Weighting Score List": "物料清單",
"Column Name": "欄位名稱",
"Range": "範圍",
"Weighting": "權重",
"Edit": "編輯",
"Edit BOM Weighting Score": "編輯物料清單",
"Save": "儲存",
"Saving": "儲存中",
"Cancel": "取消",
"Update Success": "更新成功",
"Update Failed": "更新失敗",
"Remarks": "備註",
"Release": "放單",
"Demand Forecast Setting": "需求預測設定",
"EquipmentType-EquipmentName-Code": "設備類型-設備名稱-編號",


+ 1
- 1
src/i18n/zh/jo.json Просмотреть файл

@@ -557,5 +557,5 @@
"Production Time Remaining": "生產剩餘時間",
"Process": "工序",
"Start": "開始",
"Finish": "完成"
"Finish": "完成"
}

Загрузка…
Отмена
Сохранить