更新版本号

This commit is contained in:
季圣华
2022-02-17 23:18:41 +08:00
parent 877a6f45cc
commit 1a45d72e13
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@
<a-card :bordered="false" :body-style="{padding: '5'}" data-step="10" data-title="服务和版权"
data-intro="展示服务到期时间快到期时会出现续费链接请注意及时续费
用户数量是指最多可以录入的用户数量版权信息">
<div class="hidden-xs" style="float:right;">&copy; 2015-2030 {{systemTitle}} V3.0</div>
<div class="hidden-xs" style="float:right;">&copy; 2015-2030 {{systemTitle}} V3.1</div>
<a-tag v-if="tenant.type==0" color="blue">试用到期:{{tenant.expireTime}}</a-tag>
<a-tag v-if="tenant.type==0" color="blue">试用用户:{{tenant.userCurrentNum}}/{{tenant.userNumLimit}}</a-tag>
<a-tag v-if="tenant.type==1" color="blue">服务到期:{{tenant.expireTime}}</a-tag>