From 9ca1b0a2bf982799b2256a9c00ab52485129db33 Mon Sep 17 00:00:00 2001 From: Ky_Gyt <1971574843@qq.com> Date: Fri, 30 Apr 2021 16:59:25 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=89=8D=E7=AB=AF=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/pages/system/area/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Web/src/pages/system/area/index.vue b/Web/src/pages/system/area/index.vue index 61c2d03..835035a 100644 --- a/Web/src/pages/system/area/index.vue +++ b/Web/src/pages/system/area/index.vue @@ -66,32 +66,32 @@ export default { title: '参数类型', dataIndex: 'levelType', scopedSlots: { customRender: 'levelType' }, - sorter: false, + sorter: true, }, { title: '参数名称', dataIndex: 'name', - sorter: false, + sorter: true, }, { title: '参数编号', dataIndex: 'code', - sorter: false, + sorter: true, }, { title: '显示编号', dataIndex: 'showCode', - sorter: false, + sorter: true, }, { title: '描述', dataIndex: 'note', - sorter: false, + sorter: true, }, { title: '序号', dataIndex: 'sort', - sorter: false, + sorter: true, }, ], codes: {