From 707b43ca15d380db9b6a72c3a63abc2d7b0efc83 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期一, 20 十二月 2021 12:16:43 +0800 Subject: [PATCH] update: 增加 userReviewsRecord 標題名稱 --- PAMapp/components/careerSelect.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PAMapp/components/careerSelect.vue b/PAMapp/components/careerSelect.vue index c1ae2c7..7e58a10 100644 --- a/PAMapp/components/careerSelect.vue +++ b/PAMapp/components/careerSelect.vue @@ -1,6 +1,6 @@ <template> <div> - <div class="mdTxt pt-10 pb-10">�璆�</div> + <div class="mdTxt pt-10 pb-10">���璆�</div> <div class="ques-career__select" @click="openPopUp"> <div class="ques-career__select-input"> <span v-if="!syncCareerSelect">隢���</span> @@ -12,7 +12,7 @@ </div> <PopUpFrame :isOpen.sync="showJobDrawer"> <div class="pam-career"> - <div class="subTitle">�璆�</div> + <div class="subTitle">���璆�</div> <el-radio-group class="pam-single__select--col" v-model="career" @change="handleChange"> <el-radio-button v-for="(career,index) in options" :key="index" -- Gitblit v1.8.0