数据库手动清理页面增加按表名和按占用空间排序/优化数据库相关界面

This commit is contained in:
刘祥超
2023-04-26 09:49:28 +08:00
parent aea5ef3b68
commit 58def52e30
5 changed files with 57 additions and 14 deletions

View File

@@ -3,11 +3,15 @@
<div class="ui message" v-if="isLoading">正在加载中...</div>
<table class="ui table selectable">
<div class="ui message small warning" v-if="tables.length > 0">
<p>请确认数据表用途后再执行相关操作。</p>
</div>
<table class="ui table selectable" v-if="tables.length > 0">
<thead>
<tr>
<th>表名</th>
<th>占用空间</th>
<th>数据表名<sort-arrow name="orderTable"></sort-arrow></th>
<th>占用空间<sort-arrow name="orderSize"></sort-arrow></th>
<th>用途</th>
<th class="two op">操作</th>
</tr>