fix: btn style

pull/4/MERGE
xingyu 2023-03-30 20:22:48 +08:00
parent 2dbb55d91f
commit dba710e8c0
1 changed files with 2 additions and 2 deletions

View File

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