orderStatus.json 217 B

123456
  1. {
  2. "0": { "text": "待确认", "color": "#FF9900" },
  3. "1": { "text": "已确认", "color": "#1890FF" },
  4. "2": { "text": "挤压完成", "color": "#13C2C2" },
  5. "3": { "text": "生产完成", "color": "#2F54EB" }
  6. }