Commit 733bf509 authored by Mac's avatar Mac

1

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