fix bug ออกคำสั่งวินัย
This commit is contained in:
parent
5b65b16f38
commit
a8075effaf
6 changed files with 20 additions and 4 deletions
|
|
@ -240,7 +240,7 @@ onMounted(() => {
|
|||
v-for="col in props.cols"
|
||||
:key="col.name"
|
||||
:props="props"
|
||||
@click="redirectToPage(props.row.orderId, props.row.OrderStatus)"
|
||||
@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