แก้ check
This commit is contained in:
parent
46f312f0f1
commit
3d16eeedce
1 changed files with 2 additions and 2 deletions
|
|
@ -470,7 +470,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
<div v-else-if="col.name == 'isEdit'">
|
||||
<q-icon
|
||||
v-if="props.isEdit"
|
||||
v-if="props.row.isEdit"
|
||||
name="mdi-check"
|
||||
size="sm"
|
||||
color="primary"
|
||||
|
|
@ -479,7 +479,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
<div v-else-if="col.name == 'isCheck'">
|
||||
<q-icon
|
||||
v-if="props.isCheck"
|
||||
v-if="props.row.isCheck"
|
||||
name="mdi-check"
|
||||
size="sm"
|
||||
color="primary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue