UI ประเมิณ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-27 16:43:40 +07:00
parent 93bdc791dc
commit 870625aecb
3 changed files with 172 additions and 18 deletions

View file

@ -176,7 +176,7 @@ function onClickApprove(type: string = "") {
/>
</q-card-section>
<q-separator />
<q-list>
<q-list @click="redirectViewDetail(props.row.id)">
<q-item
v-for="col in props.cols.filter((col:any) => col.name !== 'desc')"
:key="col.name"