ソースを参照

update pass to just pass

production
CANCERYS\kw093 7時間前
コミット
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>
</>
)}


読み込み中…
キャンセル
保存