fix:some place i18n problem

This commit is contained in:
samwaf
2024-09-03 15:26:08 +08:00
parent fda2faa4ed
commit 83ef1e515c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
@page-change="rehandlePageChange" @change="rehandleChange" @select-change="rehandleSelectChange"
:headerAffixedTop="true" :headerAffixProps="{ offsetTop: offsetTop, container: getContainer }">
<template #op="slotProps">
<a class="t-button-link" @click="handleClickResetPwd(slotProps)">{{$t('common.reset_password')}}</a>
<a class="t-button-link" @click="handleClickResetPwd(slotProps)">{{$t('page.account.reset_password')}}</a>
<a class="t-button-link" @click="handleClickEdit(slotProps)">{{$t('common.edit')}}</a>
<a class="t-button-link" @click="handleClickDelete(slotProps)">{{$t('common.delete')}}</a>
</template>
+2 -2
View File
@@ -7,7 +7,7 @@
</t-alert>
<t-card class="list-card-container">
<t-row justify="space-between">
<t-form ref="form" :data="searchformData" :label-width="80" colon :style="{ marginBottom: '8px' }">
<t-form ref="form" :data="searchformData" :label-width="150" colon :style="{ marginBottom: '8px' }">
<t-row>
<t-col :span="10">
<t-row :gutter="[16, 24]">
@@ -56,7 +56,7 @@
</t-form-item>
</t-col>
<t-col :flex="1">
<t-form-item :label="$t('common.log_archive_db')" name="sharedb">
<t-form-item :label="$t('page.visit_log.log_archive_db')" name="sharedb">
<t-select v-model="searchformData.current_db_name" clearable :style="{ width: '150px' }">
<t-option v-for="(item, index) in share_db_dic" :value="index" :label="item" :key="index">
{{ item }}
+1 -1
View File
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
<script type="module" crossorigin src="./assets/index.71830aa0.js"></script>
<script type="module" crossorigin src="./assets/index.d1c58fa4.js"></script>
<link rel="stylesheet" href="./assets/style.ddd60beb.css">
</head>
<body>