@@ -91,7 +91,7 @@ const getTableColumns = async () => {
tableData.value.columns = handleColumns(columnstest.value)
tableData.value.columns?.push({
title: 'Operation',
- fixed: 'right',
+ fixed: 'left',
width: 100,
slots: { default: 'action' }
})
@@ -71,7 +71,7 @@ const getTableColumns = async () => {
if (props.propsType) {
title: 'Action',
width: 80,