fix: 添加漏掉的按钮权限;调整login页底部字体

This commit is contained in:
陈劲松
2020-12-16 17:09:02 +08:00
committed by chenjinsong
parent 91adb083fa
commit 807cf49b2a
3 changed files with 6 additions and 4 deletions

View File

@@ -48,7 +48,7 @@
</button>
</template>
</export-excel>
<delete-button :delete-objs="batchDeleteObjs" api="alert/rule" @after="getTableData"></delete-button>
<delete-button :delete-objs="batchDeleteObjs" @after="getTableData" api="alert/rule" v-has="'rule_delete'"></delete-button>
</div>
<div class="pagination-top pagination-top-hide display-none"></div>
</div>