From fc6f43627d6a384952a5618b6a437651ab94efaa Mon Sep 17 00:00:00 2001 From: "2090205686@qq.com" Date: Thu, 12 Jun 2025 15:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=9F=E5=9C=B0=E5=88=86=E7=B1=BB=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=BC=80=E5=8F=91=EF=BC=8C=E8=A1=8C=E6=94=BF=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E5=A2=9E=E5=88=A0?= =?UTF-8?q?=E6=94=B9=E5=8A=9F=E8=83=BD=EF=BC=88=E6=97=A0=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/api/common.js | 23 +++ src/api/land/land.js | 35 ++++ src/assets/styles/custom.scss | 5 + src/components/tableComponent.vue | 2 +- src/router/index.js | 198 ++++++++++-------- src/views/land/landSort.vue | 324 +++++++++++++++++++++++++++++ src/views/region/index.vue | 326 +++++++++++++++++++++++++++--- 8 files changed, 797 insertions(+), 118 deletions(-) create mode 100644 src/api/land/land.js create mode 100644 src/views/land/landSort.vue diff --git a/index.html b/index.html index 866b660..cd8ad9e 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - + 后台管理系统 diff --git a/src/views/region/index.vue b/src/views/region/index.vue index 6de17b1..457836e 100644 --- a/src/views/region/index.vue +++ b/src/views/region/index.vue @@ -1,48 +1,312 @@ - \ No newline at end of file +