Commit e3ff1db5 by 潘际乾

公共国际化调整

parent f961a48e
...@@ -24,7 +24,7 @@ export default { ...@@ -24,7 +24,7 @@ export default {
if (lang === "zh") { if (lang === "zh") {
return this.label; return this.label;
} }
return this.$t(`columns.${this.label}`) return this.$t(`custom.columns.${this.label}`)
} }
} }
}; };
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
type="primary" type="primary"
@click="onAplpDet" @click="onAplpDet"
> >
{{ $t('buttons.details') }} {{ $t('custom.buttons.details') }}
</c-button> </c-button>
</template> </template>
</c-fullbox> </c-fullbox>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
type="primary" type="primary"
@click="onAplpDet" @click="onAplpDet"
> >
{{ $t('buttons.details') }} {{ $t('custom.buttons.details') }}
</c-button> </c-button>
</template> </template>
</c-fullbox> </c-fullbox>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
type="primary" type="primary"
@click="onAplpDet" @click="onAplpDet"
> >
{{ $t('buttons.details') }} {{ $t('custom.buttons.details') }}
</c-button> </c-button>
<!-- </el-form-item> --> <!-- </el-form-item> -->
</c-col> </c-col>
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
type="primary" type="primary"
@click="onAplpDet" @click="onAplpDet"
> >
{{ $t('buttons.details') }} {{ $t('custom.buttons.details') }}
</c-button> </c-button>
<!-- </el-form-item> --> <!-- </el-form-item> -->
</c-col> </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