fix: service => workflow properties text and condition

This commit is contained in:
puriphatt 2024-11-04 12:48:38 +07:00
parent cf809b0b4f
commit 8eebd9746e
2 changed files with 2 additions and 2 deletions

View file

@ -664,7 +664,7 @@ watch(
<span
v-if="
attributes.stepProperties.every(
attributes.stepProperties?.every(
(s) => s.attributes.length === 0,
)
"

View file

@ -649,7 +649,7 @@ export default {
addWork: 'เพิ่มงาน',
workAlreadyExist: 'งานนี้มีอยู่แล้ว',
splitPay: 'แบ่งจ่าย',
noPropertiesYet: 'ยังไม่ได้เลือกคุณสมบัติต่องาน',
noPropertiesYet: 'ยังไม่ได้เลือกคุณสมบัติต่อขั้นตอน',
},
product: {
title: 'สินค้าและบริการ',