zhou zhou
2026-03-31 c579731e0c206d6062f8442ec9df70ca781b26f6
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)
          }
        })
        )
    }
  ]
}