fix: remove info
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
471fd00d8f
commit
139389ef9b
|
@ -19,15 +19,10 @@ const { t } = useI18n();
|
||||||
auto-load
|
auto-load
|
||||||
>
|
>
|
||||||
<template #form="{ data }">
|
<template #form="{ data }">
|
||||||
<VnInput :label="$t('worker.summary.sipExtension')" v-model="data.extension">
|
<VnInput
|
||||||
<template #append>
|
:label="$t('worker.summary.sipExtension')"
|
||||||
<QIcon name="info" class="cursor-info">
|
v-model="data.extension"
|
||||||
<QTooltip>{{
|
/>
|
||||||
t('It must be a 4-digit number and must not end in 00')
|
|
||||||
}}</QTooltip>
|
|
||||||
</QIcon>
|
|
||||||
</template>
|
|
||||||
</VnInput>
|
|
||||||
</template>
|
</template>
|
||||||
</FormModel>
|
</FormModel>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue