zss
3 天以前 b119dc8474199ef30d7c64acaab9f46c3cc8ab01
src/views/collaborativeApproval/approvalManagement/index.vue
@@ -203,7 +203,6 @@
  { value: '5', label: '采购审批', icon: 'ShoppingCart', color: '#909399' },
  { value: '6', label: '报价审批', icon: 'DocumentChecked', color: '#9B59B6' },
  { value: '7', label: '发货审批', icon: 'Van', color: '#1ABC9C' },
  { value: '8', label: '危险作业审批', icon: 'Van', color: '#3b12d3' },
];
// 审批类型名称映射
@@ -215,7 +214,6 @@
  5: '采购审批',
  6: '报价审批',
  7: '发货审批',
  8: '危险作业审批',
};
// 审批类型图标映射