訂單資訊
{moment(order.generate_date).format("YYYY-MM-DD HH:mm:ss")}
  • 付款金額
    $ {numeral(order.amount).format("0,0.00")}
  • 產品名稱
    $ {order.name}
  • 狀態
    {currentStateMap[order.current_state]}
  • 數量
    {numeral(order.qty).format("0,0")}
  • 備註
    {order.note}