บรรจุ => fux bug
This commit is contained in:
parent
243f500d4a
commit
8c9afd9b66
6 changed files with 13 additions and 8 deletions
|
|
@ -364,7 +364,7 @@ const typeReportChangeName = (val: string) => {
|
|||
{{ props.rowIndex + 1 }}
|
||||
</q-td>
|
||||
<q-td key="signDate" :props="props">
|
||||
{{ props.row.signDate }}
|
||||
{{ props.row.signDate ? props.row.signDate : "-" }}
|
||||
</q-td>
|
||||
<q-td key="Date" :props="props">
|
||||
{{ props.row.Date }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue