@@ -125,7 +125,7 @@ export default defineComponent({
bordered: true,
showIndexColumn: false,
actionColumn: {
- width: 50,
+ width: 70,
title: '操作',
dataIndex: 'action',
slots: { customRender: 'action' },
@@ -75,7 +75,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'SERVICEID',
width: 70,
// slots: { customRender: 'SERVICEID' },
- sorter: true,
+ // sorter: true,
customRender: ({ record }) => {
var s = record.SERVICEID;
return s.indexOf('MR') > -1