rsf-design/src/views/basic-info/bas-station-area/basStationAreaTable.columns.js
@@ -159,9 +159,13 @@ { prop: 'operation', label: '操作', width: 160, align: 'right', width: 120, align: 'center', fixed: 'right', formatter: (row) => h( 'div', { class: 'flex justify-center' }, h(ArtButtonMore, { list: operations, onClick: (item) => { @@ -170,7 +174,7 @@ if (item.key === 'delete') handleDelete?.(row) } }) ) } ] }