|
@@ -63,11 +63,11 @@
|
|
|
<template #action="{ record }">
|
|
|
<TableAction
|
|
|
:actions="[
|
|
|
- {
|
|
|
- // icon: 'ri:money-cny-circle-fill',
|
|
|
- label: t('routes.corporation.recharge'),
|
|
|
- onClick: handleOpenModal.bind(null, 'charge', record),
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // // icon: 'ri:money-cny-circle-fill',
|
|
|
+ // label: t('routes.corporation.recharge'),
|
|
|
+ // onClick: handleOpenModal.bind(null, 'charge', record),
|
|
|
+ // },
|
|
|
{
|
|
|
// icon: 'icon-park-outline:devices',
|
|
|
label: t('routes.corporation.device'),
|
|
@@ -248,7 +248,7 @@
|
|
|
totalField: 'totalCount',
|
|
|
},
|
|
|
actionColumn: {
|
|
|
- width: isJA.value ? 280 : 160,
|
|
|
+ width: isJA.value ? 200 : 120,
|
|
|
title: t('common.operation'),
|
|
|
dataIndex: 'action',
|
|
|
slots: { customRender: 'action' },
|