diff --git a/client/dist/index.html b/client/dist/index.html index e9087bd..9c13441 100644 --- a/client/dist/index.html +++ b/client/dist/index.html @@ -1 +1 @@ -vue Admin Template
\ No newline at end of file +vue Admin Template
\ No newline at end of file diff --git a/client/src/views/exam/questions.vue b/client/src/views/exam/questions.vue index 30701e6..9b2589e 100644 --- a/client/src/views/exam/questions.vue +++ b/client/src/views/exam/questions.vue @@ -33,10 +33,45 @@ 上传导入 - Excel导入 导出Excel + 导入word + + + + + + + + + + + 上传试题 + + + +
+ 取消 + 确认 +
+
批量删除 @@ -196,6 +231,9 @@ export default { this.questioncatData = response.data.results; }); }, + handleImport(){ + this.impDialogVisible = true; + }, handleFilter() { this.listQuery.page = 1; this.getList(); diff --git a/client/src/views/exam/testPaperCreate.vue b/client/src/views/exam/testPaperCreate.vue index a4e3e2c..0e43ed4 100644 --- a/client/src/views/exam/testPaperCreate.vue +++ b/client/src/views/exam/testPaperCreate.vue @@ -128,10 +128,10 @@ -
- 取消 - 确认 -
+
+ 取消 + 确认 +