mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2026-08-30 17:20:58 +08:00
fix:some place i18n problem
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Vendored
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user