瀏覽代碼

update pass to just pass

production
CANCERYS\kw093 11 小時之前
父節點
當前提交
30492338ee
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      src/components/ProductionProcess/ProductionProcessDetail.tsx

+ 3
- 3
src/components/ProductionProcess/ProductionProcessDetail.tsx 查看文件

@@ -796,7 +796,7 @@ const processQrCode = useCallback((qrValue: string, lineId: number) => {
onClick={() => openPassConfirm(line.id)}
disabled={isPassDisabled}
>
{t("Pass")}
{t("Just Pass")}
</Button>
</>
) : statusLower === 'in_progress' || statusLower === 'in progress' || statusLower === 'paused' ? (
@@ -821,7 +821,7 @@ const processQrCode = useCallback((qrValue: string, lineId: number) => {
onClick={() => openPassConfirm(line.id)}
disabled={isPassDisabled}
>
{t("Pass")}
{t("Just Pass")}
</Button>
</>
) : (
@@ -844,7 +844,7 @@ const processQrCode = useCallback((qrValue: string, lineId: number) => {
onClick={() => openPassConfirm(line.id)}
disabled={isPassDisabled}
>
{t("Pass")}
{t("Just Pass")}
</Button>
</>
)}


Loading…
取消
儲存