From 3cdb102a5117de53e14a07bc872ff4fec0120718 Mon Sep 17 00:00:00 2001 From: ywyonui Date: Mon, 15 Sep 2025 22:33:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=92=8C=E6=95=99=E5=B8=88?= =?UTF-8?q?=E7=AB=AF=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/base/{lcglApi.ts => lcglSpApi.ts} | 0 src/components/LcglSpList/index.vue | 20 +++++++++------ src/pages/base/xk/tf/detail.vue | 31 ++++++++++++++--------- 3 files changed, 31 insertions(+), 20 deletions(-) rename src/api/base/{lcglApi.ts => lcglSpApi.ts} (100%) 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 @@