Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.44 KB | None | 0 0
  1. <template>
  2. <v-layout fill-height>
  3. <v-layout>
  4. <v-flex xs7>
  5. <v-card tile flat color="#ead1ff">
  6. <v-container fill-height>
  7. <p class="text-sm-left purple--text font-weight-black title">Subject</p>&nbsp;&nbsp;&nbsp;
  8. <v-text-field
  9. v-model="subject"
  10. label=""
  11. solo
  12. ></v-text-field>
  13. </v-container>
  14. </v-card>
  15. <v-container fluid>
  16.  
  17. <v-layout row>
  18. <v-flex xs5>
  19. <v-subheader>รหัสวิชา</v-subheader>
  20. </v-flex>
  21. <v-flex xs8>
  22. <v-text-field
  23. v-model="code"
  24. label=""
  25. single-line
  26. outline
  27. ></v-text-field>
  28. </v-flex>
  29. </v-layout>
  30.  
  31. <v-layout row>
  32. <v-flex xs5>
  33. <v-subheader>คณะ</v-subheader>
  34. </v-flex>
  35. <v-flex xs8>
  36. <v-select
  37. v-model="e4"
  38. :items="faculty"
  39. chips
  40. label=""
  41. outline
  42. single-line
  43. ></v-select>
  44. </v-flex>
  45. </v-layout>
  46.  
  47. <v-layout row>
  48. <v-flex xs5>
  49. <v-subheader>หน่วยกิตที่ได้รับ</v-subheader>
  50. </v-flex>
  51. <v-flex xs3>
  52. <v-text-field
  53. v-model="lec"
  54. label="Lecture"
  55. single-line
  56. outline
  57. ></v-text-field>
  58. </v-flex>
  59. &nbsp;&nbsp;&nbsp;
  60. <v-flex xs3>
  61. <v-text-field
  62. v-model="lab"
  63. label="Lab"
  64. single-line
  65. outline
  66. ></v-text-field>
  67. </v-flex>
  68. </v-layout>
  69.  
  70. <v-layout row>
  71. <v-flex xs5>
  72. <v-subheader>ภาคการศึกษาที่เปิดสอน</v-subheader>
  73. </v-flex>
  74. <v-flex xs8>
  75. <v-select
  76. v-model="e5"
  77. :items="simi"
  78. chips
  79. label=""
  80. multiple
  81. outline
  82. single-line
  83. ></v-select>
  84. </v-flex>
  85. </v-layout>
  86. <v-layout row>
  87. <v-flex xs5>
  88. <v-subheader>เกรด</v-subheader>
  89. </v-flex>
  90. <v-flex xs8>
  91. <v-select
  92. v-model="e3"
  93. :items="grade"
  94. label=""
  95. outline
  96. single-line
  97. ></v-select>
  98. </v-flex>
  99. </v-layout>
  100. <v-layout row>
  101. <v-flex xs5>
  102. <v-subheader>Comment</v-subheader>
  103. </v-flex>
  104. <v-flex xs8>
  105. <v-textarea
  106. v-model="comment"
  107. label=""
  108. full-width
  109. outline
  110. single-line
  111. ></v-textarea>
  112. </v-flex>
  113. </v-layout>
  114.  
  115. </v-container>
  116. </v-flex>
  117. <v-flex xs5>
  118. <v-card dark tile flat color="#ead1ff">
  119. <v-container fill-height>
  120. <v-layout column align-center>
  121. <v-rating
  122. v-model="rating"
  123. background-color="white"
  124. color="yellow accent-4"
  125. dense
  126. half-increments
  127. hover
  128. size="26.9"
  129. ></v-rating>
  130. <span class="purple--text font-weight-regular subheading">
  131. ({{ rating }})
  132. </span>
  133. <v-flex xs5 color="#ead1ff">
  134. &nbsp;
  135. </v-flex>
  136. </v-layout>
  137. </v-container>
  138. </v-card>
  139. <v-flex> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> </v-flex>
  140. <div align="right">
  141. <v-btn color="#B39DDB" @click="add()">Submit</v-btn> </div>
  142. </v-flex>
  143. </v-layout>
  144. <v-flex xs6>
  145. <v-card tile flat height="max-height" color="#f7edff"> <!-- max-height -->
  146. <v-container fluid>
  147. <p class="text-sm-left purple--text font-weight-black headline">Status</p>
  148. <p class="text-xs-left purple--text">กรุณาให้คะแนนในแต่ละด้านของวิชานี้</p>
  149. <p class="text-xs-left red--text">*หมายเหตุ คะแนนในแต่ละด้านหมายถึง เนื้อหาหรือส่วนประกอบที่จะต้องเจอในการเรียนวิชานี้</p>
  150. </v-container>
  151. <v-container>
  152. <v-card tile flat color="#ffffff">
  153. <v-container>
  154. <v-layout row>
  155. <v-flex xs3>
  156. <v-subheader>Math</v-subheader>
  157. </v-flex>
  158. <v-flex xs2>
  159. <v-select
  160. v-model="g1"
  161. :items="rat"
  162. label=""
  163. outline
  164. single-line
  165. ></v-select>
  166. </v-flex>
  167. <v-flex xs1>
  168. &nbsp;
  169. </v-flex>
  170. <v-flex xs3>
  171. <v-subheader>Social science</v-subheader>
  172. </v-flex>
  173. <v-flex xs2>
  174. <v-select
  175. v-model="g2"
  176. :items="rat"
  177. label=""
  178. outline
  179. single-line
  180. ></v-select>
  181. </v-flex>
  182. </v-layout>
  183. <v-layout row>
  184. <v-flex xs3>
  185. <v-subheader>Science</v-subheader>
  186. </v-flex>
  187. <v-flex xs2>
  188. <v-select
  189. v-model="g3"
  190. :items="rat"
  191. label=""
  192. outline
  193. single-line
  194. ></v-select>
  195. </v-flex>
  196. <v-flex xs1>
  197. &nbsp;
  198. </v-flex>
  199. <v-flex xs3>
  200. <v-subheader>Liberal Arts</v-subheader>
  201. </v-flex>
  202. <v-flex xs2>
  203. <v-select
  204. v-model="g4"
  205. :items="rat"
  206. label=""
  207. outline
  208. single-line
  209. ></v-select>
  210. </v-flex>
  211. </v-layout>
  212. <v-layout row>
  213. <v-flex xs3>
  214. <v-subheader>Applied Science</v-subheader>
  215. </v-flex>
  216. <v-flex xs2>
  217. <v-select
  218. v-model="g5"
  219. :items="rat"
  220. label=""
  221. outline
  222. single-line
  223. ></v-select>
  224. </v-flex>
  225. <v-flex xs1>
  226. &nbsp;
  227. </v-flex>
  228. <v-flex xs3>
  229. <v-subheader>Language</v-subheader>
  230. </v-flex>
  231. <v-flex xs2>
  232. <v-select
  233. v-model="g6"
  234. :items="rat"
  235. label=""
  236. outline
  237. single-line
  238. ></v-select>
  239. </v-flex>
  240. </v-layout>
  241. <v-layout row>
  242. <v-flex xs3>
  243. <v-subheader>Analyze</v-subheader>
  244. </v-flex>
  245. <v-flex xs2>
  246. <v-select
  247. v-model="g7"
  248. :items="rat"
  249. label=""
  250. outline
  251. single-line
  252. ></v-select>
  253. </v-flex>
  254. <v-flex xs1>
  255. &nbsp;
  256. </v-flex>
  257. <v-flex xs3>
  258. <v-subheader>Memory</v-subheader>
  259. </v-flex>
  260. <v-flex xs2>
  261. <v-select
  262. v-model="g8"
  263. :items="rat"
  264. label=""
  265. outline
  266. single-line
  267. ></v-select>
  268. </v-flex>
  269. </v-layout>
  270. <v-layout row>
  271. <v-flex xs3>
  272. <v-subheader>Health</v-subheader>
  273. </v-flex>
  274. <v-flex xs2>
  275. <v-select
  276. v-model="g9"
  277. :items="rat"
  278. label=""
  279. outline
  280. single-line
  281. ></v-select>
  282. </v-flex>
  283. <v-flex xs1>
  284. &nbsp;
  285. </v-flex>
  286. <v-flex xs3>
  287. <v-subheader>Activity</v-subheader>
  288. </v-flex>
  289. <v-flex xs2>
  290. <v-select
  291. v-model="g10"
  292. :items="rat"
  293. label=""
  294. outline
  295. single-line
  296. ></v-select>
  297. </v-flex>
  298. </v-layout>
  299. <v-layout row>
  300. <v-flex xs3>
  301. <v-subheader>Homework</v-subheader>
  302. </v-flex>
  303. <v-flex xs2>
  304. <v-select
  305. v-model="g11"
  306. :items="rat"
  307. label=""
  308. outline
  309. single-line
  310. ></v-select>
  311. </v-flex>
  312. <v-flex xs1>
  313. &nbsp;
  314. </v-flex>
  315. <v-flex xs3>
  316. <v-subheader>Teamwork</v-subheader>
  317. </v-flex>
  318. <v-flex xs2>
  319. <v-select
  320. v-model="g12"
  321. :items="rat"
  322. label=""
  323. outline
  324. single-line
  325. ></v-select>
  326. </v-flex>
  327. </v-layout>
  328. <div align="right">
  329. <v-btn color="#B39DDB" @click="add()">Submit</v-btn> </div>
  330.  
  331.  
  332. </v-container>
  333. </v-card>
  334. <v-flex>
  335. &nbsp;
  336. </v-flex>
  337. <v-card tile flat color="#ffffff">
  338. <v-container>
  339. <p class="text-xs-left black--text">
  340. Math มีการเรียนการสอนทางด้านคณิตศาสตร์<br>
  341. Social science มีการเรียนการสอนด้านสังคม เศรษฐศาสตร์ การเมือง <br>
  342. Language มีการเรียนการสอนทางด้านภาษา<br>
  343. Science มีการเรียนการสอนทางด้านวิทยาศาสตร์ ตัวอย่างเช่น ฟิสิกส์ เคมี ชีวะ สิ่งแวดล้อม<br>
  344. Applied Science มีการเรียนการสอนทางด้านวิทยาศาสตร์ ตัวอย่างเช่น ไฟฟ้า โปรแกรมคอมพิวเตอร์<br>
  345. Liberal Arts มีการเรียนการสอนทางด้านศิลปศาสตร์<br>
  346. Analyze มีการเรียนการสอนทางด้านการวิเคราะห์<br>
  347. Health มีการเรียนการสอนทางด้านสายสุขภาพ<br>
  348. Homework มีปริมาณการบ้าน หรือ ความยากของการบ้าน <br>
  349. Sociability การเข้าสังคม การร่วมงานเป็นกลุ่ม<br>
  350. Activity มีการเรียนการสอนโดยการทำกิจกรรม<br>
  351. Teamwork มีงานกลุ่ม
  352. </p>
  353. </v-container>
  354. </v-card>
  355.  
  356. </v-container>
  357. </v-card>
  358.  
  359. </v-flex>
  360. </v-layout>
  361. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement