tangning 7 месяцев назад
Родитель
Сommit
e32d695bdb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/account/overview/interesModal.vue

+ 1 - 1
src/views/account/overview/interesModal.vue

@@ -18,6 +18,7 @@
                 :actions="[
                   {
                     label: '续费',
+                    ifShow: getCheckPerm('account-equityRenew'),
                     onClick: handleDelete.bind(null, record, 'edit'),
                   },
                   {
@@ -141,7 +142,6 @@
         // },
         {
           title: t('common.operating'),
-          ifShow: getCheckPerm('account-equityRenew'),
           dataIndex: '',
           slots: { customRender: 'action' },
           width: 100,