@@ -462,7 +462,8 @@
label: '序号',
type: 'index',
width: 50,
- align: 'center'
+ align: 'center',
+ fixed: 'left'
}
];
@@ -496,10 +496,13 @@
columns() {
const columns = [
{
+ columnKey: 'index',
- width: 50,
+ width: 55,
+ showOverflowTooltip: true,
},
label: '编码',
@@ -693,7 +696,8 @@
label: '操作',
width: 120,
align: 'center',
- slot: 'action'
+ slot: 'action',
+ fixed: 'right'
});