fix: button

This commit is contained in:
xingyu 2022-11-09 19:41:22 +08:00
parent c701cc92c3
commit 7961c8fa95

View File

@ -27,8 +27,6 @@
@click="handleDetail(row)" @click="handleDetail(row)"
/> />
<XTextButton <XTextButton
link
type="primary"
preIcon="ep:delete" preIcon="ep:delete"
:title="t('action.del')" :title="t('action.del')"
v-hasPermi="['system:post:delete']" v-hasPermi="['system:post:delete']"