ข้อมูลหลัก
This commit is contained in:
parent
9c3c545d02
commit
30043f4e33
3 changed files with 15 additions and 3 deletions
|
|
@ -338,7 +338,7 @@ onMounted(async () => {
|
|||
<q-icon
|
||||
v-if="formQuery.keyword"
|
||||
name="cancel"
|
||||
@click="(formQuery.keyword = ''), fetchData()"
|
||||
@click="formQuery.keyword = ''"
|
||||
class="cursor-pointer"
|
||||
></q-icon>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -458,7 +458,7 @@ onMounted(async () => {
|
|||
: "-"
|
||||
}}
|
||||
</div>
|
||||
<div v-else>
|
||||
<div v-else class="table_ellipsis3">
|
||||
{{ col.value ? col.value : "-" }}
|
||||
</div>
|
||||
</q-td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue