|
|
|
@ -100,7 +100,7 @@ defineExpose({ getPointTableData }) |
|
|
|
<template #bodyCell="{ column, record }"> |
|
|
|
<template v-if="column.key === 'action'"> |
|
|
|
<TableAction |
|
|
|
:actions="[{ icon: IconEnum.CHANGE, label: t('action.pointConfig'), auth: 'run:instant:update', onClick: handlePoint.bind(null, record) }, |
|
|
|
:actions="[{ icon: IconEnum.CHANGE, label: t('action.pointConfig'),onClick: handlePoint.bind(null, record) }, |
|
|
|
|
|
|
|
]" |
|
|
|
/> |
|
|
|
|