From 84f543d6c9444d314669af4b9278bd0c9c561c30 Mon Sep 17 00:00:00 2001 From: song Date: Thu, 2 Sep 2021 13:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=93=E5=8D=A1=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rest/project.http | 4 +- src/App.vue | 10 +- src/components/List/List.vue | 296 ++++++++++--------- src/components/MemberPicker/MemberPicker.vue | 2 +- src/components/TimePicker/TimePicker.vue | 59 +++- src/plugins/ant-design-vue.js | 2 + 6 files changed, 219 insertions(+), 154 deletions(-) diff --git a/rest/project.http b/rest/project.http index c69c535..48179b8 100644 --- a/rest/project.http +++ b/rest/project.http @@ -7,8 +7,8 @@ content-type: application/json;charset=utf-8 { "client": 1, "data": { - "credential": "123456", - "identifier": "zb" + "credential": "999999", + "identifier": "song" }, "scene": 0, "type": 3 diff --git a/src/App.vue b/src/App.vue index bf8b36c..db464f1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,10 @@