feat: refs #6818 add icon #924

Merged
jorgep merged 1 commits from 6818-addIcon into dev 2024-11-13 11:01:40 +00:00
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const props = defineProps({
const config = reactive({ const config = reactive({
sip: { icon: 'phone', href: `sip:${props.phoneNumber}` }, sip: { icon: 'phone', href: `sip:${props.phoneNumber}` },
'say-simple': { 'say-simple': {
icon: 'help', icon: 'vn:saysimple',
Review

Me ha dicho que al final quiere este.

Me ha dicho que al final quiere este.
href: null, href: null,
channel: props.channel, channel: props.channel,
}, },

View File

@ -99,6 +99,7 @@ const sumRisk = ({ clientRisks }) => {
say-simple say-simple
:phone-number="entity.mobile" :phone-number="entity.mobile"
:channel="entity.country?.saySimpleCountry?.channel" :channel="entity.country?.saySimpleCountry?.channel"
class="q-ml-xs"
/> />
</template> </template>
</VnLv> </VnLv>