From 5a190d7d3461e6c958b5e87533b0ed6f078974b8 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 17 Nov 2023 12:39:01 +0800 Subject: [PATCH] update proof status --- src/utils/ComboData.js | 4 ++-- src/utils/statusUtils/ProofStatus.js | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/utils/ComboData.js b/src/utils/ComboData.js index 8796103..826f240 100644 --- a/src/utils/ComboData.js +++ b/src/utils/ComboData.js @@ -66,6 +66,6 @@ export const proofPrice = [ export const proofStatus = [ { key: 0, labelCht: '全部', label: 'All', type: 'all' }, - { key: 1, labelCht: '已回覆', label:'Replyed', type: 'T' }, // submitted and reviewed - { key: 2, labelCht: '未回覆', label:'Not reply yet', type: 'F' }, + { key: 1, labelCht: '已回覆', label:'Replied', type: 'T' }, // submitted and reviewed + { key: 2, labelCht: '未回覆', label:'Pending Reply', type: 'F' }, ]; \ No newline at end of file diff --git a/src/utils/statusUtils/ProofStatus.js b/src/utils/statusUtils/ProofStatus.js index 742b5d2..532dc23 100644 --- a/src/utils/statusUtils/ProofStatus.js +++ b/src/utils/statusUtils/ProofStatus.js @@ -1,9 +1,9 @@ import {getStatusTag} from "utils/statusUtils/Base"; -const confirm = {color:"#22a13f", eng:"Confirm", cht:"可以付印"} -const unable = {color:"#d9372b", eng:"Unable to print", cht:"未能付印"} -const timeOut = {color:"#8a8784", eng:"Timed out", cht:"回覆逾時"} -const noReply = {color:"#f5a83d", eng:"No reply yet", cht:"未回覆"} +const confirm = {color:"#22a13f", eng:"Confirmed", cht:"可以付印"} +const unable = {color:"#d9372b", eng:"Re-proofing", cht:"未能付印"} +const timeOut = {color:"#8a8784", eng:"No Reply", cht:"回覆逾時"} +const noReply = {color:"#f5a83d", eng:"Pending Reply", cht:"未回覆"} export function getStatus_Cht(params) { let status = getStatus(params);