From 95b04b6b511797e13892f6d585995dba92c759ed Mon Sep 17 00:00:00 2001 From: zjl Date: Thu, 12 Dec 2024 14:10:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80=E3=80=81?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/content/layout/columns.ts | 8 ++++---- src/views/content/layout/edit.vue | 14 +++++++------- src/views/data/config/index.vue | 4 ++++ 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/src/views/content/layout/columns.ts b/src/views/content/layout/columns.ts index a4e013d..221d615 100644 --- a/src/views/content/layout/columns.ts +++ b/src/views/content/layout/columns.ts @@ -10,14 +10,14 @@ export const columns = [ prop: 'id', width: 100, }, - { - label: '位置编号', - prop: 'location', - }, { label: '位置描述', prop: 'description', }, + { + label: '位置编号', + prop: 'location', + }, { label: '排序', prop: 'sort', diff --git a/src/views/content/layout/edit.vue b/src/views/content/layout/edit.vue index 5d18caf..7edd612 100644 --- a/src/views/content/layout/edit.vue +++ b/src/views/content/layout/edit.vue @@ -7,13 +7,6 @@ :before-close="dialogClose" > - - - + + + diff --git a/src/views/data/config/index.vue b/src/views/data/config/index.vue index 51eb4d1..8e95ff3 100644 --- a/src/views/data/config/index.vue +++ b/src/views/data/config/index.vue @@ -99,6 +99,10 @@ name: '', }); const configDataList = ref([]); + + /** + * 定义分页参数 + */ const pager = ref({ page: 1, size: 10,