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