This commit is contained in:
@@ -23,8 +23,10 @@
|
|||||||
<template v-slot:body="{ items }">
|
<template v-slot:body="{ items }">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="item in items" :key="item.name">
|
<tr v-for="item in items" :key="item.name">
|
||||||
<td v-for="col in item.columns" :key="col.key">
|
<td v-for="c in item.columns" :key="c.key">
|
||||||
{{ col.v }}
|
<div v-if="c.t === 4">
|
||||||
|
{{ c.v }}
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user