瀏覽代碼

quick translation fix

master
kelvin.yau 2 月之前
父節點
當前提交
5805aef5fc
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. +2
    -2
      src/components/PoSearch/PoSearch.tsx
  2. +2
    -1
      src/i18n/zh/purchaseOrder.json

+ 2
- 2
src/components/PoSearch/PoSearch.tsx 查看文件

@@ -142,14 +142,14 @@ const PoSearch: React.FC<Props> = ({
},
{
name: "code",
label: `${t("PO No.")} &\n${t("Supplier")}`,
label: `${t("PO No.")} ${t("&")}\n${t("Supplier")}`,
renderCell: (params) => {
return <>{params.code}<br/>{params.supplier}</>
},
},
{
name: "orderDate",
label: `${t("Order Date")} &\n${t("ETA")}`,
label: `${t("Order Date")} ${t("&")}\n${t("ETA")}`,
renderCell: (params) => {
// return (
// dayjs(params.estimatedArrivalDate)


+ 2
- 1
src/i18n/zh/purchaseOrder.json 查看文件

@@ -156,5 +156,6 @@
"joCode": "工單編號",
"salesUnit": "銷售單位",
"download Qr Code": "下載QR碼",
"downloading": "下載中"
"downloading": "下載中",
"&": "及"
}

Loading…
取消
儲存