This commit is contained in:
mnz 2025-01-17 16:57:51 +08:00
parent f4d737e827
commit 8f8a54369d
2 changed files with 9 additions and 1 deletions

View File

@ -182,6 +182,14 @@
}).then((res) => { }).then((res) => {
if (res.success) { if (res.success) {
step.value = res.result.records 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;
});
} }
}) })
} }

View File

@ -2,7 +2,7 @@
"name" : "数智产销", "name" : "数智产销",
"appid" : "__UNI__9F097F0", "appid" : "__UNI__9F097F0",
"description" : "", "description" : "",
"versionName" : "1.1.1", "versionName" : "1.1.2",
"versionCode" : 20250106, "versionCode" : 20250106,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */