From f9be32f7c09b9d36ca480883c0dae71d365ee5f2 Mon Sep 17 00:00:00 2001 From: zty Date: Fri, 7 Jun 2024 09:53:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0svg=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/dist/index.html | 2 +- client/src/icons/svg/Exam.svg | 1 + client/src/views/exam/index.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 client/src/icons/svg/Exam.svg diff --git a/client/dist/index.html b/client/dist/index.html index e44b3e6..3a2aca3 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/icons/svg/Exam.svg b/client/src/icons/svg/Exam.svg new file mode 100644 index 0000000..7ae0c58 --- /dev/null +++ b/client/src/icons/svg/Exam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/src/views/exam/index.vue b/client/src/views/exam/index.vue index 7f7ad29..ec60138 100644 --- a/client/src/views/exam/index.vue +++ b/client/src/views/exam/index.vue @@ -168,7 +168,7 @@ :props="{key: 'id',label: 'name'}" :data="depOptions" v-model="exam.participant_dep" - :titles="['未选部门','考试部门']" + :titles="['未选部门','指定考试部门']" @change="handleChange" @on-change="handleOnChange" >