diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue
index bf7e381..9596be4 100644
--- a/src/components/ImageUpload/index.vue
+++ b/src/components/ImageUpload/index.vue
@@ -15,6 +15,7 @@
:headers="headers"
:file-list="fileList"
:on-preview="handlePictureCardPreview"
+ :disabled="disabled"
:class="{hide: this.fileList.length >= this.limit}"
>
@@ -59,6 +60,10 @@ export default {
type: Number,
default: 5,
},
+ disabled: {
+ type: Boolean,
+ default: false,
+ },
// 文件类型, 例如['png', 'jpg', 'jpeg']
fileType: {
type: Array,
diff --git a/src/views/member/apply/form/applyForm.vue b/src/views/member/apply/form/applyForm.vue
new file mode 100644
index 0000000..0dfca42
--- /dev/null
+++ b/src/views/member/apply/form/applyForm.vue
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 审核详情
+
+
+
+
+
+
+
+
+
+
+ 申请信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 审核信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/member/apply/index.vue b/src/views/member/apply/index.vue
index 5c7d192..641e87c 100644
--- a/src/views/member/apply/index.vue
+++ b/src/views/member/apply/index.vue
@@ -52,12 +52,25 @@
+
+ 审核历史
+
+
-
+
-
+
+
+
+
+
@@ -83,71 +96,107 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ 申请信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ 审核信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+