Update index.vue

parent 02d3e0dd
......@@ -54,7 +54,7 @@
<template v-slot:body-cell-isFeaturedOnHomepage="rowData">
<q-td>
<div v-if="rowData.value === 1" align="center">
<q-chip color=" positive" text-color="white" size="sm">
<q-chip color="positive" text-color="white" size="sm">
Hiển thị
</q-chip>
</div>
......@@ -79,8 +79,8 @@
color="primary"
:icon="
item.row.isFeaturedOnHomepage === 0
? 'mdi-eye-off-outline'
: 'mdi-eye-outline'
? 'mdi-eye-outline'
: 'mdi-eye-off-outline'
"
@click="showHiden(item.row)"
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment