diff --git a/src/views/dataSearch/sourceDatabase/index.vue b/src/views/dataSearch/sourceDatabase/index.vue index b9ac386..0e5cb99 100644 --- a/src/views/dataSearch/sourceDatabase/index.vue +++ b/src/views/dataSearch/sourceDatabase/index.vue @@ -392,14 +392,6 @@ export default { width: 180 }) }) - this.columns.push({ - fixed: 'right', - align: 'center', - width: 100, - title: '操作', - dataIndex: 'operation', - scopedSlots: { customRender: 'operation' }, - }) } const pagination = { ...this.pagination }