satisfaction.js 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. new Vue({
  2. el: "#app",
  3. data: {
  4. questions: [{
  5. qstCode: "question_1",
  6. qstTitle: "您对就诊过程中我院的总体满意程度?",
  7. type: 0,
  8. sort: 1,
  9. options: [{
  10. id: 0,
  11. sort: 1,
  12. code: "0001",
  13. content: "满意"
  14. }, {
  15. id: 1,
  16. sort: 2,
  17. code: "0002",
  18. content: "基本满意"
  19. }, {
  20. id: 2,
  21. sort: 3,
  22. code: "0003",
  23. content: "不满意"
  24. }, ]
  25. }, {
  26. qstCode: "question_2",
  27. qstTitle: "您对就诊过程中我院的总体满意程度?",
  28. type: 0,
  29. sort: 2,
  30. options: [{
  31. id: 0,
  32. sort: 1,
  33. code: "0001",
  34. content: "满意"
  35. }, {
  36. id: 1,
  37. sort: 2,
  38. code: "0002",
  39. content: "基本满意"
  40. }, {
  41. id: 2,
  42. sort: 3,
  43. code: "0003",
  44. content: "不满意"
  45. }, ]
  46. }, {
  47. qstCode: "question_3",
  48. qstTitle: "您对就诊过程中我院的总体满意程度?",
  49. type: 0,
  50. sort: 3,
  51. options: [{
  52. id: 0,
  53. sort: 1,
  54. code: "0001",
  55. content: "满意"
  56. }, {
  57. id: 1,
  58. sort: 2,
  59. code: "0002",
  60. content: "基本满意"
  61. }, {
  62. id: 2,
  63. sort: 3,
  64. code: "0003",
  65. content: "不满意"
  66. }, ]
  67. }, {
  68. qstCode: "question_4",
  69. qstTitle: "您对就诊过程中我院的总体满意程度?",
  70. type: 0,
  71. sort: 4,
  72. options: [{
  73. id: 0,
  74. sort: 1,
  75. code: "0001",
  76. content: "满意"
  77. }, {
  78. id: 1,
  79. sort: 2,
  80. code: "0002",
  81. content: "基本满意"
  82. }, {
  83. id: 2,
  84. sort: 3,
  85. code: "0003",
  86. content: "不满意"
  87. }, ]
  88. }, {
  89. qstCode: "question_5",
  90. qstTitle: "您对就诊过程中我院的总体满意程度?",
  91. type: 0,
  92. sort: 5,
  93. options: [{
  94. id: 0,
  95. sort: 1,
  96. code: "0001",
  97. content: "满意"
  98. }, {
  99. id: 1,
  100. sort: 2,
  101. code: "0002",
  102. content: "基本满意"
  103. }, {
  104. id: 2,
  105. sort: 3,
  106. code: "0003",
  107. content: "不满意"
  108. }, ]
  109. }, {
  110. qstCode: "question_6",
  111. qstTitle: "您对就诊过程中我院的总体满意程度?",
  112. type: 0,
  113. sort: 6,
  114. options: [{
  115. id: 0,
  116. sort: 1,
  117. code: "0001",
  118. content: "满意"
  119. }, {
  120. id: 1,
  121. sort: 2,
  122. code: "0002",
  123. content: "基本满意"
  124. }, {
  125. id: 2,
  126. sort: 3,
  127. code: "0003",
  128. content: "不满意"
  129. }, ]
  130. }, {
  131. qstCode: "question_7",
  132. qstTitle: "您对就诊过程中我院的总体满意程度?",
  133. type: 0,
  134. sort: 7,
  135. options: [{
  136. id: 0,
  137. sort: 1,
  138. code: "0001",
  139. content: "满意"
  140. }, {
  141. id: 1,
  142. sort: 2,
  143. code: "0002",
  144. content: "基本满意"
  145. }, {
  146. id: 2,
  147. sort: 3,
  148. code: "0003",
  149. content: "不满意"
  150. }, ]
  151. }, {
  152. qstCode: "question_8",
  153. qstTitle: "您对就诊过程中我院的总体满意程度?",
  154. type: 0,
  155. sort: 8,
  156. options: [{
  157. id: 0,
  158. sort: 1,
  159. code: "0001",
  160. content: "满意"
  161. }, {
  162. id: 1,
  163. sort: 2,
  164. code: "0002",
  165. content: "基本满意"
  166. }, {
  167. id: 2,
  168. sort: 3,
  169. code: "0003",
  170. content: "不满意"
  171. }, ]
  172. }, {
  173. qstCode: "question_9",
  174. qstTitle: "您对就诊过程中我院的总体满意程度?",
  175. type: 0,
  176. sort: 9,
  177. options: [{
  178. id: 0,
  179. sort: 1,
  180. code: "0001",
  181. content: "满意"
  182. }, {
  183. id: 1,
  184. sort: 2,
  185. code: "0002",
  186. content: "基本满意"
  187. }, {
  188. id: 2,
  189. sort: 3,
  190. code: "0003",
  191. content: "不满意"
  192. }, ]
  193. }, {
  194. qstCode: "question_10",
  195. qstTitle: "您对就诊过程中我院的总体满意程度?",
  196. type: 0,
  197. sort: 10,
  198. options: [{
  199. id: 0,
  200. sort: 1,
  201. code: "0001",
  202. content: "满意"
  203. }, {
  204. id: 1,
  205. sort: 2,
  206. code: "0002",
  207. content: "基本满意"
  208. }, {
  209. id: 2,
  210. sort: 3,
  211. code: "0003",
  212. content: "不满意"
  213. }, ]
  214. }],
  215. },
  216. mounted: function() {
  217. },
  218. methods: {
  219. }
  220. });