证书列表完善提示

This commit is contained in:
刘祥超
2023-07-09 09:49:24 +08:00
parent ca5bf930d0
commit 9f90ab1b6b

View File

@@ -31,6 +31,11 @@
</div> </div>
</form> </form>
<div v-if="searchingUserId == 0">
<div class="ui divider"></div>
<p class="comment" style="padding-top: 0">默认只显示管理员所属的证书,用户所属证书请在上面表单中选择对应用户后搜索。</p>
</div>
<p class="comment" v-if="certs.length == 0"><span v-if="searchingUserId > 0">当前用户下</span>暂时还没有相关的证书。</p> <p class="comment" v-if="certs.length == 0"><span v-if="searchingUserId > 0">当前用户下</span>暂时还没有相关的证书。</p>
<table class="ui table selectable celled" v-if="certs.length > 0"> <table class="ui table selectable celled" v-if="certs.length > 0">
<thead> <thead>