From 154ad8bdc8a5a7f961ac771ab91b34632307ad7a Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 16 Jun 2022 17:00:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E6=A1=A3=E6=A1=88=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/police/AppPeopleList/Add.vue | 4 +- .../police/AppPeopleList/AppPeopleList.vue | 2 +- .../police/AppPeopleList/DetailCard.vue | 222 ------------ .../police/AppPeopleList/ExamineList.vue | 276 --------------- .../police/AppPeopleList/PeopleList.vue | 320 ------------------ 5 files changed, 3 insertions(+), 821 deletions(-) delete mode 100644 src/project/police/AppPeopleList/DetailCard.vue delete mode 100644 src/project/police/AppPeopleList/ExamineList.vue delete mode 100644 src/project/police/AppPeopleList/PeopleList.vue diff --git a/src/project/police/AppPeopleList/Add.vue b/src/project/police/AppPeopleList/Add.vue index b1cce122..d3318eb5 100644 --- a/src/project/police/AppPeopleList/Add.vue +++ b/src/project/police/AppPeopleList/Add.vue @@ -47,7 +47,7 @@
姓名 - +
@@ -56,7 +56,7 @@
身份证号 - +
diff --git a/src/project/police/AppPeopleList/AppPeopleList.vue b/src/project/police/AppPeopleList/AppPeopleList.vue index dc9870f8..db557863 100644 --- a/src/project/police/AppPeopleList/AppPeopleList.vue +++ b/src/project/police/AppPeopleList/AppPeopleList.vue @@ -127,7 +127,7 @@ export default { }, toDetailCard(item) { - uni.navigateTo({url: `./DetailCard?id=${item.id}`}) + uni.navigateTo({url: `./DetailPeople?id=${item.id}`}) }, changeArea(e) { diff --git a/src/project/police/AppPeopleList/DetailCard.vue b/src/project/police/AppPeopleList/DetailCard.vue deleted file mode 100644 index a776af71..00000000 --- a/src/project/police/AppPeopleList/DetailCard.vue +++ /dev/null @@ -1,222 +0,0 @@ - - - - - diff --git a/src/project/police/AppPeopleList/ExamineList.vue b/src/project/police/AppPeopleList/ExamineList.vue deleted file mode 100644 index 1266b12c..00000000 --- a/src/project/police/AppPeopleList/ExamineList.vue +++ /dev/null @@ -1,276 +0,0 @@ - - - - - diff --git a/src/project/police/AppPeopleList/PeopleList.vue b/src/project/police/AppPeopleList/PeopleList.vue deleted file mode 100644 index 147bcfb8..00000000 --- a/src/project/police/AppPeopleList/PeopleList.vue +++ /dev/null @@ -1,320 +0,0 @@ - - - - -