fix: import not use & change const to let

This commit is contained in:
Warunee Tamkoo 2025-08-21 14:10:36 +07:00
parent 26ee98f48f
commit 58cbeb108d
14 changed files with 16 additions and 18 deletions

View file

@ -722,7 +722,8 @@ onMounted(() => {
{{ `- ${row.position}`
}}{{
props.row.groupTarget === "OFFICER" &&
(row.posType && row.posLevel)
row.posType &&
row.posLevel
? ` (${
row.posType &&
(row.posType == "อำนวยการ" ||
@ -935,9 +936,6 @@ onMounted(() => {
<div v-else class="table_ellipsis">
{{ col.value ? col.value : "-" }}
</div>
<div v-else class="table_ellipsis">
{{ col.value ? col.value : "-" }}
</div>
</q-td>
</q-tr>
</template>