Browse Source

fix: button

xingyu 2 years ago
parent
commit
7961c8fa95
1 changed files with 0 additions and 2 deletions
  1. 0 2
      yudao-ui-admin-vue3/src/views/system/post/index.vue

+ 0 - 2
yudao-ui-admin-vue3/src/views/system/post/index.vue

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