diff --git a/admin/src/views/organization/user/components/user-edit.vue b/admin/src/views/organization/user/components/user-edit.vue index d446a28..a1d6276 100644 --- a/admin/src/views/organization/user/components/user-edit.vue +++ b/admin/src/views/organization/user/components/user-edit.vue @@ -37,7 +37,7 @@ class="ele-fluid" /> - + - + + + {{ form.name }} + + + {{ form.mobile }} + + + {{ form.cSid }} + {{ form.sid }} @@ -22,6 +31,15 @@ {{ form.brandName }} + + {{ form.cluesCtime }} + + + {{ form.pTime }} + + + {{ form.billTime }} + {{ form.cTime }} @@ -87,6 +105,9 @@ const defaultForm = { id: null, sid: '', + name: '', + mobile: '', + cSid: '', cityName: '', bizName: '', brandName: '', @@ -97,7 +118,10 @@ cTime: '', reason: '', ifcheck: 0, - idCardImg: [] + idCardImg: [], + pTime: '', + billTime: '', + cluesCtime: '' }; return { editVersion: false,