From 8a5f192b9f325ee8cf1ac671254fc9897cd94721 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 12 Mar 2021 11:07:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=85=A5=E9=A9=BB=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Challenge/ChallengeEdit.vue | 2 +- src/components/EntityApply/EntityApplyAdd.vue | 643 +++++++++++------- .../EntityApply/EntityApplySearch.vue | 18 +- src/components/SignUp/SignUpSearch.vue | 5 +- src/config/api.js | 3 + src/main.js | 2 + src/plugins/ant-design-vue.js | 2 + 7 files changed, 410 insertions(+), 265 deletions(-) diff --git a/src/components/Challenge/ChallengeEdit.vue b/src/components/Challenge/ChallengeEdit.vue index 844bb1c..80089c7 100644 --- a/src/components/Challenge/ChallengeEdit.vue +++ b/src/components/Challenge/ChallengeEdit.vue @@ -114,7 +114,7 @@ export default { form: this.$form.createForm(this, { name: 'r-d-member-add' }), upload: upload, fileList: [], - //限制文件上传的格式和大小 + //限制文件上传的格式 beforeUpload: file => { const isJpgOrPng = file.type === 'image/jpeg' || file.type === 'image/png'; if (!isJpgOrPng) { diff --git a/src/components/EntityApply/EntityApplyAdd.vue b/src/components/EntityApply/EntityApplyAdd.vue index 9a6ea29..408c95d 100644 --- a/src/components/EntityApply/EntityApplyAdd.vue +++ b/src/components/EntityApply/EntityApplyAdd.vue @@ -1,292 +1,439 @@ - + diff --git a/src/components/EntityApply/EntityApplySearch.vue b/src/components/EntityApply/EntityApplySearch.vue index 95f9404..80fc42d 100644 --- a/src/components/EntityApply/EntityApplySearch.vue +++ b/src/components/EntityApply/EntityApplySearch.vue @@ -5,24 +5,16 @@ - - {{ dealStatus.value }} + + {{ + dealStatus.value + }} 搜索
- 增加 + diff --git a/src/components/SignUp/SignUpSearch.vue b/src/components/SignUp/SignUpSearch.vue index 3ba2000..f8fbe2d 100644 --- a/src/components/SignUp/SignUpSearch.vue +++ b/src/components/SignUp/SignUpSearch.vue @@ -13,13 +13,12 @@