แก้ ทดลอง งาน
This commit is contained in:
parent
fd68ca9a3c
commit
dc8ce765b4
11 changed files with 113 additions and 149 deletions
|
|
@ -594,28 +594,12 @@ onMounted(async () => {
|
|||
icon="mdi-eye"
|
||||
@click="
|
||||
router.push(
|
||||
`/probation/detail-view/${props.row.personal_id}`
|
||||
`/probation/detail/${props.row.personal_id}`
|
||||
)
|
||||
"
|
||||
>
|
||||
<q-tooltip>รายละเอียด</q-tooltip>
|
||||
</q-btn>
|
||||
<q-btn
|
||||
v-if="
|
||||
checkPermission($route)?.attrIsGet &&
|
||||
checkPermission($route)?.attrIsUpdate
|
||||
"
|
||||
flat
|
||||
dense
|
||||
round
|
||||
color="edit"
|
||||
icon="edit"
|
||||
@click="
|
||||
router.push(`/probation/detail/${props.row.personal_id}`)
|
||||
"
|
||||
>
|
||||
<q-tooltip>แก้ไขข้อมูล</q-tooltip>
|
||||
</q-btn>
|
||||
</q-td>
|
||||
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
||||
<div v-if="col.name == 'no'">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue