mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
show red checkbox when data is invalid
This commit is contained in:
@@ -269,6 +269,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #item.data-table-select="{ item }">
|
<template #item.data-table-select="{ item }">
|
||||||
<v-checkbox density="compact"
|
<v-checkbox density="compact"
|
||||||
|
:color="!item.valid ? 'error' : 'primary'"
|
||||||
:disabled="loading || submitting"
|
:disabled="loading || submitting"
|
||||||
v-model="item.selected"></v-checkbox>
|
v-model="item.selected"></v-checkbox>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user