update
This commit is contained in:
@ -24,7 +24,8 @@ const table = {
|
||||
cooperationMemo: "Совместный протокол",
|
||||
customerConfirmSolution: "Подтверждение технического решения клиентом",
|
||||
signServiceContract: "Подписание сервисного контракта (сумма контракта)",
|
||||
endTopic: "Закрыть тему (Полученная сумма)",
|
||||
endTopic: "Закрыть тему",
|
||||
amountReceived: "Полученная сумма",
|
||||
notEndTopic: "Тема не закрыта",
|
||||
uploadFile: "Загрузить файл",
|
||||
uploadTime: "Время загрузки",
|
||||
|
@ -24,7 +24,8 @@ const table = {
|
||||
cooperationMemo: "合作备忘录",
|
||||
customerConfirmSolution: "客户确认技术解决方案",
|
||||
signServiceContract: "签署服务合同(合同额)",
|
||||
endTopic: "结题(到款金额)",
|
||||
endTopic: "结题",
|
||||
amountReceived: "到款金额",
|
||||
notEndTopic: "未结题",
|
||||
uploadFile: "上传文件",
|
||||
uploadTime: "上传时间",
|
||||
|
@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user