remove redirect at row
This commit is contained in:
parent
d0ac01b92e
commit
fd1f6a93d2
1 changed files with 1 additions and 8 deletions
|
|
@ -710,14 +710,7 @@ function onSave(data: any) {
|
||||||
</q-menu>
|
</q-menu>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
</q-td>
|
</q-td>
|
||||||
<q-td
|
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
||||||
v-for="col in props.cols"
|
|
||||||
:key="col.name"
|
|
||||||
:props="props"
|
|
||||||
@click="
|
|
||||||
checkPermission($route)?.attrIsGet && nextPage(props.row.id)
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<div v-if="col.name == 'no'">
|
<div v-if="col.name == 'no'">
|
||||||
{{ props.rowIndex + 1 }}
|
{{ props.rowIndex + 1 }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue