ปรับ รายการคำขอประเมินคอลัมน์สังกัด
This commit is contained in:
parent
7b85089323
commit
2a03cc7ffd
1 changed files with 4 additions and 0 deletions
|
|
@ -289,6 +289,10 @@ onMounted(async () => {
|
|||
<div v-if="col.name == 'no'">
|
||||
{{ (page - 1) * pageSize + props.rowIndex + 1 }}
|
||||
</div>
|
||||
|
||||
<div v-else-if="col.name === 'agency'">
|
||||
<div class="table_ellipsis">{{ props.row.agency }}</div>
|
||||
</div>
|
||||
<div v-else>
|
||||
{{ col.value }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue