parent
ced4c0aaa3
commit
84e6c2c15b
src
|
@ -23,6 +23,7 @@ export default boot(({ app }) => {
|
|||
},
|
||||
methods: {
|
||||
translateLabel(labelElement) {
|
||||
if (Object.keys(this.$attrs).includes('no-translate')) return;
|
||||
if (labelElement) {
|
||||
const labelKey = labelElement.textContent.trim();
|
||||
labelElement.textContent = this.$t(labelKey);
|
||||
|
|
|
@ -50,6 +50,7 @@ const zones = ref();
|
|||
<QItemSection>
|
||||
<VnInput
|
||||
label="customerFilter.filter.name"
|
||||
no-translate
|
||||
v-model="params.name"
|
||||
is-outlined
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue