|
@ -112,7 +112,11 @@ |
|
|
<q-tooltip>Pending</q-tooltip> |
|
|
<q-tooltip>Pending</q-tooltip> |
|
|
</q-icon> |
|
|
</q-icon> |
|
|
</q-td> |
|
|
</q-td> |
|
|
<q-td key="memo" :props="props" style="white-space: normal; word-break: break-all;"> |
|
|
<q-td |
|
|
|
|
|
key="memo" |
|
|
|
|
|
:props="props" |
|
|
|
|
|
style="white-space: normal; word-break: break-all" |
|
|
|
|
|
> |
|
|
<q-badge v-if="props.row.tag" color="yellow" text-color="black"> |
|
|
<q-badge v-if="props.row.tag" color="yellow" text-color="black"> |
|
|
<a |
|
|
<a |
|
|
class="inherit" |
|
|
class="inherit" |
|
|