230320a303 8 months ago
parent
commit
afab58d9b1

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-55631190.533c86c4.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-55631190.7027eb8e.js


+ 3 - 2
src/views/user/auth.vue

@@ -71,8 +71,9 @@ export default {
         { label: '身份证号', prop: 'id_number', fullShow: true, minWidth: 90 },
         { label: '身份证号', prop: 'id_number', fullShow: true, minWidth: 90 },
         { label: 'ID正面', prop: 'id_card_front', type: 'img' },
         { label: 'ID正面', prop: 'id_card_front', type: 'img' },
         { label: 'ID反面', prop: 'id_card_revers', type: 'img' },
         { label: 'ID反面', prop: 'id_card_revers', type: 'img' },
-        { label: '银行卡号', prop: 'bank_number', fullShow: true },
-        { label: '银行卡正面', prop: 'bank_card', type: 'img' },
+        // { label: '银行卡号', prop: 'bank_number', fullShow: true },
+        // { label: '银行卡正面', prop: 'bank_card', type: 'img' },
+        { label: '认证备注', prop: 'auth_remark' },
         { label: '营业执照', prop: 'busines_licens', type: 'img' },
         { label: '营业执照', prop: 'busines_licens', type: 'img' },
         { label: '更新时间', prop: 'update_at' },
         { label: '更新时间', prop: 'update_at' },
         { label: '操作', width: 70, type: 'handle2', operations:
         { label: '操作', width: 70, type: 'handle2', operations:

+ 1 - 0
src/views/user/components/popup/AuthEdit.vue

@@ -55,6 +55,7 @@ export default {
       }
       }
       this.formData = [
       this.formData = [
         { label: '处理', key: 'auth_state', rules: 1, type: 'select', class: 'c-2', options: [{val: '1', key: '通过'}, {val: '3', key: '拒绝'}] },
         { label: '处理', key: 'auth_state', rules: 1, type: 'select', class: 'c-2', options: [{val: '1', key: '通过'}, {val: '3', key: '拒绝'}] },
+        { label: '备注', key: 'auth_remark', type: 'textarea' },
       ]
       ]
       this.setDefaultValue(params)
       this.setDefaultValue(params)
     },
     },

Some files were not shown because too many files changed in this diff