new Vue({ el: "#app", data: { questions: [{ qstCode: "question_1", qstTitle: "您对就诊过程中我院的总体满意程度?", type: 0, sort: 1, options: [{ id: 0, sort: 1, code: "0001", content: "满意" }, { id: 1, sort: 2, code: "0002", content: "基本满意" }, { id: 2, sort: 3, code: "0003", content: "不满意" }, ] }, { qstCode: "question_2", qstTitle: "您对就诊过程中我院的总体满意程度?", type: 0, sort: 2, options: [{ id: 0, sort: 1, code: "0001", content: "满意" }, { id: 1, sort: 2, code: "0002", content: "基本满意" }, { id: 2, sort: 3, code: "0003", content: "不满意" }, ] }, { qstCode: "question_3", qstTitle: "您对就诊过程中我院的总体满意程度?", type: 0, sort: 3, options: [{ id: 0, sort: 1, code: "0001", content: "满意" }, { id: 1, sort: 2, code: "0002", content: "基本满意" }, { id: 2, sort: 3, code: "0003", content: "不满意" }, ] }, { qstCode: "question_4", qstTitle: "您对就诊过程中我院的总体满意程度?", type: 0, sort: 4, options: [{ id: 0, sort: 1, code: "0001", content: "满意" }, { id: 1, sort: 2, code: "0002", content: "基本满意" }, { id: 2, sort: 3, code: "0003", content: "不满意" }, ] }, { qstCode: "question_5", qstTitle: "您对就诊过程中我院的总体满意程度?", type: 0, sort: 5, options: [{ id: 0, sort: 1, code: "0001", content: "满意" }, { id: 1, sort: 2, code: "0002", content: "基本满意" }, { id: 2, sort: 3, code: "0003", content: "不满意" }, ] }, { qstCode: "question_6", qstTitle: "您对就诊过程中我院的总体满意程度?", type: 0, sort: 6, options: [{ id: 0, sort: 1, code: "0001", content: "满意" }, { id: 1, sort: 2, code: "0002", content: "基本满意" }, { id: 2, sort: 3, code: "0003", content: "不满意" }, ] }, { qstCode: "question_7", qstTitle: "您对就诊过程中我院的总体满意程度?", type: 0, sort: 7, options: [{ id: 0, sort: 1, code: "0001", content: "满意" }, { id: 1, sort: 2, code: "0002", content: "基本满意" }, { id: 2, sort: 3, code: "0003", content: "不满意" }, ] }, { qstCode: "question_8", qstTitle: "您对就诊过程中我院的总体满意程度?", type: 0, sort: 8, options: [{ id: 0, sort: 1, code: "0001", content: "满意" }, { id: 1, sort: 2, code: "0002", content: "基本满意" }, { id: 2, sort: 3, code: "0003", content: "不满意" }, ] }, { qstCode: "question_9", qstTitle: "您对就诊过程中我院的总体满意程度?", type: 0, sort: 9, options: [{ id: 0, sort: 1, code: "0001", content: "满意" }, { id: 1, sort: 2, code: "0002", content: "基本满意" }, { id: 2, sort: 3, code: "0003", content: "不满意" }, ] }, { qstCode: "question_10", qstTitle: "您对就诊过程中我院的总体满意程度?", type: 0, sort: 10, options: [{ id: 0, sort: 1, code: "0001", content: "满意" }, { id: 1, sort: 2, code: "0002", content: "基本满意" }, { id: 2, sort: 3, code: "0003", content: "不满意" }, ] }], }, mounted: function() { }, methods: { } });