fix: import not use & change const to let
This commit is contained in:
parent
26ee98f48f
commit
58cbeb108d
14 changed files with 16 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue