Commit c721b7f9 authored by menglingjun's avatar menglingjun

fix: 排序字段排序

parent 41c359d7
......@@ -140,7 +140,6 @@ const columns = [
dataIndex: 'orderNumber',
align: 'center',
scopedSlots: {customRender: 'orderNumber'},
sorter: true,
},
{title: '项目款项(RMB)', dataIndex: 'charge', align: 'right', scopedSlots: {customRender: 'wages'}},
{title: '操作', key: 'operation', width: 150, scopedSlots: {customRender: 'action'}, align: 'center'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment