Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -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 | ... | ... |
-
Please register or login to post a comment