Update 前端区域排序功能

This commit is contained in:
2021-04-30 16:59:25 +08:00
parent 07a82debc6
commit 9ca1b0a2bf

View File

@@ -66,32 +66,32 @@ export default {
title: '参数类型', title: '参数类型',
dataIndex: 'levelType', dataIndex: 'levelType',
scopedSlots: { customRender: 'levelType' }, scopedSlots: { customRender: 'levelType' },
sorter: false, sorter: true,
}, },
{ {
title: '参数名称', title: '参数名称',
dataIndex: 'name', dataIndex: 'name',
sorter: false, sorter: true,
}, },
{ {
title: '参数编号', title: '参数编号',
dataIndex: 'code', dataIndex: 'code',
sorter: false, sorter: true,
}, },
{ {
title: '显示编号', title: '显示编号',
dataIndex: 'showCode', dataIndex: 'showCode',
sorter: false, sorter: true,
}, },
{ {
title: '描述', title: '描述',
dataIndex: 'note', dataIndex: 'note',
sorter: false, sorter: true,
}, },
{ {
title: '序号', title: '序号',
dataIndex: 'sort', dataIndex: 'sort',
sorter: false, sorter: true,
}, },
], ],
codes: { codes: {