แก้คำ

This commit is contained in:
setthawutttty 2025-03-26 11:50:04 +07:00
parent 2967faf441
commit 9e33053449

View file

@ -88,22 +88,22 @@ function onClickOpenDialog(
data.level === 1
? "ยุทธศาสตร์/แผน"
: data.level === 2
? "ยุทธศาสตร์ที่"
? "ยุทธศาสตร์"
: data.level === 3
? "ยุทธศาสตร์ย่อย"
: data.level === 4
? "กลยุทธ์ที่/เป้าประสงค์ที่"
? "กลยุทธ์ที่/เป้าประสงค์"
: "";
}
} else {
if (data) {
titleDialog.value =
data.level === 1
? "ยุทธศาสตร์ที่"
? "ยุทธศาสตร์"
: data.level === 2
? "ยุทธศาสตร์ย่อย"
: data.level === 3
? "กลยุทธ์ที่/เป้าประสงค์ที่"
? "กลยุทธ์ที่/เป้าประสงค์"
: "";
levelnode.value = data.level;
nodeId.value = data.id;
@ -249,7 +249,7 @@ onMounted(() => {
</q-item-section>
<q-item-section v-if="prop.node.level === 1">
{{ `เพิ่มยุทธศาสตร์ที่ 1` }}
{{ `เพิ่มยุทธศาสตร์ 1` }}
</q-item-section>
<q-item-section v-if="prop.node.level === 2">
{{ `เพิ่มยุทธศาสตร์ย่อย` }}
@ -274,7 +274,7 @@ onMounted(() => {
{{ `แก้ไขยุทธศาสตร์/แผน` }}
</q-item-section>
<q-item-section v-if="prop.node.level === 2">
{{ `แก้ไขยุทธศาสตร์ที่ 1` }}
{{ `แก้ไขยุทธศาสตร์ 1` }}
</q-item-section>
<q-item-section v-if="prop.node.level === 3">
{{ `แก้ไขยุทธศาสตร์ย่อย` }}