src/views/salesManagement/salesLedger/index.vue
@@ -2594,6 +2594,7 @@ 审核拒绝: "审核拒绝", 审核通过: "审核通过", 已发货: "已发货", 部分发货: "部分发货", }; return statusTextMap[statusStr] || "待发货"; }; @@ -2625,6 +2626,7 @@ 审核拒绝: "danger", 审核通过: "success", 已发货: "success", 部分发货: "warning", }; return typeTextMap[statusStr] || "info"; };