แก้การส่งค่า & fix bug รอบ ระบบเงินเดือน
This commit is contained in:
parent
388e61abc2
commit
b71859c5a5
5 changed files with 55 additions and 13 deletions
|
|
@ -421,8 +421,7 @@ onMounted(async () => {
|
|||
color="edit"
|
||||
size="17px"
|
||||
:name="
|
||||
dateToISO(new Date()) >=
|
||||
dateToISO(props.row.effectiveDate)
|
||||
props.row.revisionId !== null
|
||||
? 'mdi-eye-outline'
|
||||
: 'edit'
|
||||
"
|
||||
|
|
@ -439,7 +438,10 @@ onMounted(async () => {
|
|||
</q-item>
|
||||
|
||||
<q-item
|
||||
v-if="props.row.revisionId !== null"
|
||||
v-if="
|
||||
props.row.isClose === false &&
|
||||
props.row.isActive === true
|
||||
"
|
||||
clickable
|
||||
v-close-popup
|
||||
@click.stop="dialogClose(props.row.id)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue