|
|
@@ -109,7 +109,7 @@ const tableColumns = shallowRef<Partial<Column>[]>([
|
|
|
{
|
|
|
key: 'operate',
|
|
|
title: t('common.operate'),
|
|
|
- width: 140,
|
|
|
+ width: 190,
|
|
|
fixed: TableV2FixedDir.RIGHT,
|
|
|
cellRenderer: ({ rowData }) => <>
|
|
|
<el-button type="danger" size="small" onClick={() => showComponent('transfer', rowData)}>{t('operation.close')}</el-button>
|