ออกคำสั่งเลื่อนเงินเดือน => validate
This commit is contained in:
parent
b3b4e1f7a2
commit
f0650d59a2
2 changed files with 58 additions and 46 deletions
|
|
@ -508,7 +508,9 @@ function redirectToPage(id: string, status: string) {
|
|||
v-for="col in props.cols"
|
||||
:key="col.name"
|
||||
:props="props"
|
||||
@click="redirectToPage(props.row.orderId, props.row.status)"
|
||||
@click="
|
||||
redirectToPage(props.row.orderId, props.row.orderStatusName)
|
||||
"
|
||||
>
|
||||
<div v-if="col.name === 'no'">
|
||||
{{ props.rowIndex + 1 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue