|
|
@@ -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); |
|
|
|