Commit cfb5c6445e1aced970ba76f2f70e62511b4dfe7a
1 parent
b39d2afd24
Exists in
master
and in
3 other branches
add task
Showing
2 changed files
with
15 additions
and
87 deletions
Show diff stats
src/pages/Parent/parents.vue
... | ... | @@ -104,6 +104,20 @@ |
104 | 104 | </v-flex> |
105 | 105 | </v-layout> |
106 | 106 | </v-flex> |
107 | + <v-flex xs12> | |
108 | + <v-layout> | |
109 | + <v-flex xs4 class="pt-4 subheading"> | |
110 | + <label class="right">Father Name:</label> | |
111 | + </v-flex> | |
112 | + <v-flex xs8 class="ml-3"> | |
113 | + <v-text-field | |
114 | + v-model="editedItem.fatherName" | |
115 | + placeholder="fill your father Name" | |
116 | + required | |
117 | + ></v-text-field> | |
118 | + </v-flex> | |
119 | + </v-layout> | |
120 | + </v-flex> | |
107 | 121 | </v-layout> |
108 | 122 | <v-layout> |
109 | 123 | <v-flex xs12> |
... | ... | @@ -115,7 +129,6 @@ |
115 | 129 | <v-text-field |
116 | 130 | v-model="editedItem.fatherCellNo" |
117 | 131 | placeholder="fill your father Cell Number" |
118 | - name="state" | |
119 | 132 | type="number" |
120 | 133 | required |
121 | 134 | ></v-text-field> |
... | ... | @@ -131,7 +144,6 @@ |
131 | 144 | <v-text-field |
132 | 145 | v-model="editedItem.motherName" |
133 | 146 | placeholder="fill your Mother Name" |
134 | - name="state" | |
135 | 147 | type="text" |
136 | 148 | required |
137 | 149 | ></v-text-field> |
... | ... | @@ -147,7 +159,6 @@ |
147 | 159 | <v-text-field |
148 | 160 | v-model="editedItem.motherCellNo" |
149 | 161 | placeholder="fill your Mother Cell Number" |
150 | - name="state" | |
151 | 162 | type="number" |
152 | 163 | required |
153 | 164 | ></v-text-field> | ... | ... |
src/pages/Students/students.vue
... | ... | @@ -413,90 +413,7 @@ |
413 | 413 | </v-flex> |
414 | 414 | </v-layout> |
415 | 415 | </v-flex> |
416 | - <v-flex xs12 sm4> | |
417 | - <v-layout> | |
418 | - <v-flex xs4 class="pt-4 subheading"> | |
419 | - <label class="right">Father Name:</label> | |
420 | - </v-flex> | |
421 | - <v-flex xs8 class="ml-3"> | |
422 | - <v-text-field | |
423 | - v-model="editedItem.fatherName" | |
424 | - :items="countries" | |
425 | - placeholder="Fill your father Name" | |
426 | - required | |
427 | - ></v-text-field> | |
428 | - </v-flex> | |
429 | - </v-layout> | |
430 | - </v-flex> | |
431 | - </v-layout> | |
432 | - <v-layout> | |
433 | - <v-flex xs12 sm4> | |
434 | - <v-layout> | |
435 | - <v-flex xs4 class="pt-4 subheading"> | |
436 | - <label class="right">Father Cell No:</label> | |
437 | - </v-flex> | |
438 | - <v-flex xs8 class="ml-3"> | |
439 | - <v-text-field | |
440 | - v-model="editedItem.fatherCellNo" | |
441 | - placeholder="fill your father Cell Number" | |
442 | - name="state" | |
443 | - type="number" | |
444 | - required | |
445 | - ></v-text-field> | |
446 | - </v-flex> | |
447 | - </v-layout> | |
448 | - </v-flex> | |
449 | - <v-flex xs12 sm4> | |
450 | - <v-layout> | |
451 | - <v-flex xs4 class="pt-4 subheading"> | |
452 | - <label class="right">Mother Name:</label> | |
453 | - </v-flex> | |
454 | - <v-flex xs8 class="ml-3"> | |
455 | - <v-text-field | |
456 | - v-model="editedItem.motherName" | |
457 | - placeholder="fill your Mother Name" | |
458 | - name="state" | |
459 | - type="text" | |
460 | - required | |
461 | - ></v-text-field> | |
462 | - </v-flex> | |
463 | - </v-layout> | |
464 | - </v-flex> | |
465 | - <v-flex xs12 sm4> | |
466 | - <v-layout> | |
467 | - <v-flex xs4 class="pt-4 subheading"> | |
468 | - <label class="right">Mother Cell No:</label> | |
469 | - </v-flex> | |
470 | - <v-flex xs8 class="ml-3"> | |
471 | - <v-text-field | |
472 | - v-model="editedItem.motherCellNo" | |
473 | - placeholder="fill your Mother Cell Number" | |
474 | - name="state" | |
475 | - type="number" | |
476 | - required | |
477 | - ></v-text-field> | |
478 | - </v-flex> | |
479 | - </v-layout> | |
480 | - </v-flex> | |
481 | 416 | </v-layout> |
482 | - <!-- <v-layout> | |
483 | - <v-flex xs12 sm4> | |
484 | - <v-layout> | |
485 | - <v-flex xs4 class="pt-4 subheading"> | |
486 | - <label class="right">Academic Year:</label> | |
487 | - </v-flex> | |
488 | - <v-flex xs8 class="ml-3"> | |
489 | - <v-text-field | |
490 | - v-model="editedItem.establishmentYear" | |
491 | - placeholder="fill your Mother Name" | |
492 | - name="state" | |
493 | - type="number" | |
494 | - required | |
495 | - ></v-text-field> | |
496 | - </v-flex> | |
497 | - </v-layout> | |
498 | - </v-flex> | |
499 | - </v-layout>--> | |
500 | 417 | <v-layout> |
501 | 418 | <v-flex xs12> |
502 | 419 | <v-layout> |
... | ... | @@ -555,7 +472,7 @@ |
555 | 472 | |
556 | 473 | <!-- ****** PROFILE VIEW STUDENTS DEATILS ****** --> |
557 | 474 | |
558 | - <v-dialog v-model="dialog1" max-width="800px" scrollable> | |
475 | + <v-dialog v-model="dialog1" max-width="1100px" scrollable> | |
559 | 476 | <v-card> |
560 | 477 | <v-toolbar color="grey lighten-2" flat> |
561 | 478 | <v-spacer></v-spacer> | ... | ... |