total text fix
Deploy / build_and_push_images (push) Successful in 1m24s Details
Deploy / deploy_to_server_dev (push) Successful in 32s Details

This commit is contained in:
Kseninia Mikhaylova 2024-10-02 14:26:08 +03:00
parent 3d7493708f
commit 5f67e86d99
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ const total_txt = computed(() => {
Object.entries(item).map(el => el[1]).join(': ')
).filter(Boolean)
const res_total = [`Итого без доп узора и колпаков: ${roubleSign.format(total)}`]
const res_total = [`Итого${res_decor.length ? ' без узора и колпаков:' : ':'} ${roubleSign.format(total)}`]
return {
regular: res_regular,
extra: res_extra,