เพิ่ม icon link
This commit is contained in:
parent
d9561ee830
commit
bc967ee238
1 changed files with 12 additions and 3 deletions
|
|
@ -637,9 +637,18 @@ async function fetchPermissionsSys() {
|
|||
</q-avatar>
|
||||
</q-item-section>
|
||||
<q-item-section>
|
||||
<q-item-label caption class="text-black">{{
|
||||
n.body
|
||||
}}</q-item-label>
|
||||
<q-item-label caption class="text-black"
|
||||
>{{ n.body }}
|
||||
<q-btn
|
||||
v-if="n.payload !== ''"
|
||||
size="sm"
|
||||
flat
|
||||
round
|
||||
dense
|
||||
icon="mdi-link"
|
||||
color="primary"
|
||||
></q-btn>
|
||||
</q-item-label>
|
||||
<q-item-label
|
||||
caption
|
||||
class="row items-center text-grey-7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue