From a1fbeb79d9247ffdca401825e352db770eb2ae07 Mon Sep 17 00:00:00 2001 From: rose <1942951600@qq.com> Date: Wed, 28 Apr 2021 12:39:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BF=AE=E6=94=B9=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EntityApply/Detail.vue | 10 +- src/components/EntityApply/EntityApplyAdd.vue | 22 +- .../EntityApply/EntityApplyDate.vue | 32 ++ .../EntityApply/EntityApplyEdit.vue | 355 ++++++++++++++++++ src/config/api.js | 3 + 5 files changed, 408 insertions(+), 14 deletions(-) create mode 100644 src/components/EntityApply/EntityApplyEdit.vue diff --git a/src/components/EntityApply/Detail.vue b/src/components/EntityApply/Detail.vue index cd4c9f3..6b65dab 100644 --- a/src/components/EntityApply/Detail.vue +++ b/src/components/EntityApply/Detail.vue @@ -1,9 +1,10 @@