Commit e3ff1db5 by 潘际乾

公共国际化调整

parent f961a48e
......@@ -24,7 +24,7 @@ export default {
if (lang === "zh") {
return this.label;
}
return this.$t(`columns.${this.label}`)
return this.$t(`custom.columns.${this.label}`)
}
}
};
......
......@@ -42,7 +42,7 @@
type="primary"
@click="onAplpDet"
>
{{ $t('buttons.details') }}
{{ $t('custom.buttons.details') }}
</c-button>
</template>
</c-fullbox>
......@@ -79,7 +79,7 @@
type="primary"
@click="onAplpDet"
>
{{ $t('buttons.details') }}
{{ $t('custom.buttons.details') }}
</c-button>
</template>
</c-fullbox>
......
......@@ -36,7 +36,7 @@
type="primary"
@click="onAplpDet"
>
{{ $t('buttons.details') }}
{{ $t('custom.buttons.details') }}
</c-button>
<!-- </el-form-item> -->
</c-col>
......
......@@ -63,7 +63,7 @@
type="primary"
@click="onAplpDet"
>
{{ $t('buttons.details') }}
{{ $t('custom.buttons.details') }}
</c-button>
<!-- </el-form-item> -->
</c-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment