박기범

modify contact component

...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
66 sortable: false, 66 sortable: false,
67 value: 'name' 67 value: 'name'
68 }, 68 },
69 - {text: 'phone', value:'email'}, 69 + {text: 'phone', value:'phone'},
70 - {text:'email', value:'phone'} 70 + {text:'email', value:'email'}
71 ], 71 ],
72 contact_list : [], 72 contact_list : [],
73 contact_file : null 73 contact_file : null
......