This commit is contained in:
quantulr
2024-03-22 17:19:35 +08:00
parent 2115858f4d
commit 4e2e93bb81
3 changed files with 156 additions and 154 deletions

View File

@ -24,7 +24,8 @@ const table = {
cooperationMemo: "Совместный протокол",
customerConfirmSolution: "Подтверждение технического решения клиентом",
signServiceContract: "Подписание сервисного контракта (сумма контракта)",
endTopic: "Закрыть тему (Полученная сумма)",
endTopic: "Закрыть тему",
amountReceived: "Полученная сумма",
notEndTopic: "Тема не закрыта",
uploadFile: "Загрузить файл",
uploadTime: "Время загрузки",

View File

@ -24,7 +24,8 @@ const table = {
cooperationMemo: "合作备忘录",
customerConfirmSolution: "客户确认技术解决方案",
signServiceContract: "签署服务合同(合同额)",
endTopic: "结题(到款金额)",
endTopic: "结题",
amountReceived: "到款金额",
notEndTopic: "未结题",
uploadFile: "上传文件",
uploadTime: "上传时间",

View File

@ -37,7 +37,7 @@ const steps = reactive([
id: 3,
},
{
title: computed(() => t("admin.table.endTopic")),
title: computed(() => `${t("admin.table.endTopic")} (${t("admin.table.amountReceived")})`),
description: computed(() => t("admin.table.endTopic")),
id: 4,
},