ปรับวินัย
This commit is contained in:
parent
61db243f92
commit
5a73b3d08b
6 changed files with 22 additions and 8 deletions
|
|
@ -459,6 +459,9 @@ onMounted(async () => {
|
|||
1
|
||||
}}
|
||||
</div>
|
||||
<div v-else-if="col.name === 'title'" class="table_ellipsis">
|
||||
{{ props.row.title }}
|
||||
</div>
|
||||
<div
|
||||
v-else-if="col.name === 'description'"
|
||||
class="table_ellipsis"
|
||||
|
|
@ -475,11 +478,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
</q-card>
|
||||
|
||||
<DialogStatus
|
||||
:modal="modalStatusEdit"
|
||||
:data="dataRow"
|
||||
:close="close"
|
||||
/>
|
||||
<DialogStatus :modal="modalStatusEdit" :data="dataRow" :close="close" />
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue