update 基本完成template里的国际化

This commit is contained in:
2022-09-01 16:45:29 +08:00
parent 5b37798a20
commit b71a61191b
41 changed files with 182 additions and 108 deletions

View File

@@ -97,7 +97,7 @@
>{{ btnName[operate.name] }}</el-button
>
</template>
<el-button v-if="isDetail" @click="handleClick({ name: 'cancel' })">返回</el-button>
<el-button v-if="isDetail" @click="handleClick({ name: 'cancel' })">{{ $t('cancel') }}</el-button>
</span>
</el-dialog>
</template>