mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 03:01:12 +00:00
no message
This commit is contained in:
parent
04b6b8aa8a
commit
0a711f2656
@ -157,7 +157,7 @@
|
|||||||
<div class="modal-item-info">
|
<div class="modal-item-info">
|
||||||
<div class="modal-item-name">
|
<div class="modal-item-name">
|
||||||
<h4>{{ item.label }}</h4>
|
<h4>{{ item.label }}</h4>
|
||||||
<div class="modal-item-tag" @click="applyClick({value: 'robot-setting'}, item.value)">
|
<div v-if="item.tag" class="modal-item-tag" @click="applyClick({value: 'robot-setting'}, item.value)">
|
||||||
{{ item.tag }}
|
{{ item.tag }}
|
||||||
<em v-if="item.tags.length > 1">+{{ item.tags.length - 1 }}</em>
|
<em v-if="item.tags.length > 1">+{{ item.tags.length - 1 }}</em>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user