去掉操作列

This commit is contained in:
RenCheng 2025-06-22 12:50:04 +08:00
parent 2875073c86
commit df4ed43422

View File

@ -392,14 +392,6 @@ export default {
width: 180 width: 180
}) })
}) })
this.columns.push({
fixed: 'right',
align: 'center',
width: 100,
title: '操作',
dataIndex: 'operation',
scopedSlots: { customRender: 'operation' },
})
} }
const pagination = { ...this.pagination } const pagination = { ...this.pagination }