更新版本号

This commit is contained in:
季圣华
2023-09-05 00:32:33 +08:00
parent 62ee96fb25
commit 13cce4d4fb
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<a-col> <a-col>
<a href="/"> <a href="/">
<span class="title">{{systemTitle}}</span> <span class="title">{{systemTitle}}</span>
<small class="desc">V3.2</small> <small class="desc">V3.3</small>
</a> </a>
</a-col> </a-col>
</a-row> </a-row>

View File

@@ -133,7 +133,7 @@
</div> </div>
<a-button type="link" v-if="showWeixinSpan()">华夏ERP微信小程序</a-button> <a-button type="link" v-if="showWeixinSpan()">华夏ERP微信小程序</a-button>
</a-popover> </a-popover>
&copy; 2015-2030 {{systemTitle}} V3.2 &copy; 2015-2030 {{systemTitle}} V3.3
</div> </div>
<a-tag v-if="tenant.type==0" color="blue">试用到期:{{tenant.expireTime}}</a-tag> <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==0" color="blue">试用用户:{{tenant.userCurrentNum}}/{{tenant.userNumLimit}}</a-tag>