From 8f8a54369df18b4a493946a5f6f05e47049dded4 Mon Sep 17 00:00:00 2001 From: mnz <627844378@qq.com> Date: Fri, 17 Jan 2025 16:57:51 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bpm/leaveApplication/index.vue | 8 ++++++++ manifest.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/bpm/leaveApplication/index.vue b/bpm/leaveApplication/index.vue index a9c86a6..4a79283 100644 --- a/bpm/leaveApplication/index.vue +++ b/bpm/leaveApplication/index.vue @@ -182,6 +182,14 @@ }).then((res) => { if (res.success) { step.value = res.result.records + step.value = step.value.map(item => { + if (item.name === 'start') { + item.name = '开始'; + } else if (item.name === 'end') { + item.name = '结束'; + } + return item; + }); } }) } diff --git a/manifest.json b/manifest.json index 57ec6a8..c9a1214 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "数智产销", "appid" : "__UNI__9F097F0", "description" : "", - "versionName" : "1.1.1", + "versionName" : "1.1.2", "versionCode" : 20250106, "transformPx" : false, /* 5+App特有相关 */