Commit db9aea5b authored by 黄奎's avatar 黄奎

页面修改

parent 6bbf000b
......@@ -151,7 +151,7 @@
questionData: [], //导入问题列表
chooseItem: {}, //当前选择的项
ExcelUrl: "http://imgfile.oytour.com/static/EduExcelTemplate.xls",
WordUrl: "http://imgfile.oytour.com/static/EduWordTemplate2.doc",
WordUrl: "http://imgfile.oytour.com/static/EduWordTemplate.doc",
}
},
computed: {
......@@ -183,7 +183,7 @@
return "EduExcelTemplate.xls";
}
if (this.importType == 2) {
return "EduWordTemplate2.doc";
return "EduWordTemplate.doc";
}
return '';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment