8 天以前 b59518d5c068ae8e6e32cce90ccf281bf81dc54a
src/views/collaborativeApproval/approvalManagement/index.vue
@@ -203,6 +203,7 @@
  { value: '5', label: '采购审批', icon: 'ShoppingCart', color: '#909399' },
  { value: '6', label: '报价审批', icon: 'DocumentChecked', color: '#9B59B6' },
  { value: '7', label: '发货审批', icon: 'Van', color: '#1ABC9C' },
  { value: '9', label: '用印审批', icon: 'Stamp', color: '#7D3C98' },
];
// 审批类型名称映射
@@ -214,6 +215,7 @@
  5: '采购审批',
  6: '报价审批',
  7: '发货审批',
  9: '用印审批',
};
// 审批类型图标映射
@@ -225,6 +227,7 @@
  5: 'ShoppingCart',
  6: 'DocumentChecked',
  7: 'Van',
  9: 'Stamp',
};
// 审批类型颜色映射
@@ -236,6 +239,7 @@
  5: '#909399',
  6: '#9B59B6',
  7: '#1ABC9C',
  9: '#7D3C98',
};
// 头像颜色池