orderStatus.json 373 B

123456789
  1. {
  2. "0": { "text": "待确认", "color": "#FF9900" },
  3. "1": { "text": "已确认", "color": "#1890FF" },
  4. "2": { "text": "已审核", "color": "#52C41A" },
  5. "3": { "text": "已签批", "color": "#722ED1" },
  6. "4": { "text": "挤压完成", "color": "#13C2C2" },
  7. "5": { "text": "生产完成", "color": "#2F54EB" },
  8. "6": { "text": "已取消", "color": "#F5222D" }
  9. }