Browse Source

fix: btn style

main
xingyu 2 years ago
parent
commit
dba710e8c0
  1. 4
      src/views/mp/account/index.vue

4
src/views/mp/account/index.vue

@ -9,8 +9,8 @@
<template #bodyCell="{ column, record }"> <template #bodyCell="{ column, record }">
<template v-if="column.key === 'action'"> <template v-if="column.key === 'action'">
<TableAction <TableAction
:actions="[ :actions="[{ icon: IconEnum.EDIT, label: t('action.edit'), auth: 'mp:account:update', onClick: handleEdit.bind(null, record) }]"
{ icon: IconEnum.EDIT, label: t('action.edit'), auth: 'mp:account:update', onClick: handleEdit.bind(null, record) }, :drop-down-actions="[
{ {
icon: IconEnum.RESET, icon: IconEnum.RESET,
label: '生成二维码', label: '生成二维码',