|
@@ -65,7 +65,7 @@ const getTableColumns = async () => {
|
|
|
tableData.value.columns = handleColumns(columnstest.value)
|
|
tableData.value.columns = handleColumns(columnstest.value)
|
|
|
tableData.value.columns?.push({
|
|
tableData.value.columns?.push({
|
|
|
title: 'Operation',
|
|
title: 'Operation',
|
|
|
- fixed: 'right',
|
|
|
|
|
|
|
+ fixed: 'left',
|
|
|
width: 100,
|
|
width: 100,
|
|
|
slots: { default: 'action' }
|
|
slots: { default: 'action' }
|
|
|
})
|
|
})
|