diff --git a/src/api/base/lcglApi.ts b/src/api/base/lcglSpApi.ts
similarity index 100%
rename from src/api/base/lcglApi.ts
rename to src/api/base/lcglSpApi.ts
diff --git a/src/components/LcglSpList/index.vue b/src/components/LcglSpList/index.vue
index 73c276f..59b4fe6 100644
--- a/src/components/LcglSpList/index.vue
+++ b/src/components/LcglSpList/index.vue
@@ -20,7 +20,7 @@
{{ formatTime(approver.approveTime) }}
- {{ getStatusText(approver.approveStatus) }}
+ {{ getStatusText(approver.approveStatus, approver.spType) }}
@@ -42,7 +42,7 @@