show red checkbox when data is invalid

This commit is contained in:
MaysWind
2025-02-04 01:32:06 +08:00
parent a5382e9fdd
commit b9b47c4428
@@ -269,6 +269,7 @@
</template>
<template #item.data-table-select="{ item }">
<v-checkbox density="compact"
:color="!item.valid ? 'error' : 'primary'"
:disabled="loading || submitting"
v-model="item.selected"></v-checkbox>
</template>