fix:处理中英文完全一样的国际化为一个
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<el-form-item prop="timeout" style="margin-bottom:10px" :label="$t('ping.timeout')">
|
||||
<div class="wrap" style="height:32px">
|
||||
<el-input v-model.number="ruleForm.timeout" placeholder="" >
|
||||
<template slot="append">{{$t('config.system.basic.second')}}</template>
|
||||
<template slot="append">{{$t('alert.config.second')}}</template>
|
||||
</el-input>
|
||||
</div>
|
||||
</el-form-item>
|
||||
@@ -102,7 +102,7 @@
|
||||
</el-button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tools-header-title">{{$t('project.endpoint.configs')}}</div>
|
||||
<div class="tools-header-title">{{$t('project.module.configs')}}</div>
|
||||
</div>
|
||||
</template>
|
||||
<template v-slot:default>
|
||||
|
||||
Reference in New Issue
Block a user