mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-19 22:26:34 +08:00
feat: i18n
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<div class="popup-result">
|
||||
<p class="title">最近5次运行时间</p>
|
||||
<p class="title">{{ $t('components.crontab.last5runTimes') }}</p>
|
||||
<ul class="popup-result-scroll">
|
||||
<template v-if="isShow">
|
||||
<li v-for="item in resultList" :key="item">{{ item }}</li>
|
||||
</template>
|
||||
<li v-else>计算结果中...</li>
|
||||
<li v-else>{{ $t('components.crontab.calculationing') }}...</li>
|
||||
</ul>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user