Commit 927c6169 authored by Mac's avatar Mac

1

parent c58b32a5
......@@ -17,7 +17,7 @@
</template>
<template v-slot:body-cell-Content="props">
<q-td :props="props">
<span>{{props.row.TextModel && props.row.TextModel.Content?:props.row.TextModel.Content:''}}</span>
<span>{{props.row.TextModel && props.row.TextModel.Content?props.row.TextModel.Content:''}}</span>
</q-td>
</template>
<template v-slot:bottom>
......
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