From cd543962c87fc32e934f0d659c6b327b058baca2 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 22 七月 2024 20:00:56 +0800 Subject: [PATCH] 英语整本(调试) --- src/books/English/view/components/chapter002.vue | 68 ++++++++++++++++++++++++--------- 1 files changed, 49 insertions(+), 19 deletions(-) diff --git a/src/books/English/view/components/chapter002.vue b/src/books/English/view/components/chapter002.vue index 671a063..50d6c28 100644 --- a/src/books/English/view/components/chapter002.vue +++ b/src/books/English/view/components/chapter002.vue @@ -450,18 +450,30 @@ <p> It is not a secret that a company鈥檚 success is heavily based on - its people.An employee is defined by his/her talents,knowledge and - abilities.This is the 鈥渧isible鈥� side of an employee.The - 鈥渉idden鈥漵ide,which is also important,is the cultural identity.The + its people.An employee is + <span class="word-bc" @click="saveWord($event, 'defined')">defined</span> + by his/her talents,knowledge and + abilities.This is the + 鈥�<span class="word-bc" @click="saveWord($event, 'visible')">visible</span>鈥� + side of an employee.The + 鈥渉idden鈥漵ide,which is also important,is the cultural + <span class="word-bc" @click="saveWord($event, 'identity')">identity</span> + .The culture of an employee impacts his/her views on life,work,business - relationships and how they handle challenges.There are some issues - that may arise when working in a cross-cultural environment. + relationships and how they + <span class="word-bc" @click="saveWord($event, 'handle')">handle</span> + challenges.There are some issues + that may + <span class="word-bc" @click="saveWord($event, 'arise')">arise</span> + when working in a cross-cultural environment. </p> <p> When your colleagues speak different languages,it is easy to misunderstand each other.When I applied for the position at an international trade company,during the interview,my - interviewer,who is from Egypt,was saying 鈥渜uote鈥�,but to me,it + interviewer,who is from Egypt,was saying + 鈥�<span class="word-bc" @click="saveWord($event, 'quote')">quote</span>鈥� + ,but to me,it sounded like 鈥渃ourt鈥�.It took me a while to </p> </div> @@ -487,7 +499,9 @@ <div class="padding-93"> <div class="bodystyle"> <p> - understand what he meant,and I still remember how confused I felt + understand what he meant,and I still remember how + <span class="word-bc" @click="saveWord($event, 'confused')">confused</span> + I felt when I had to reply without knowing what he was asking about.You may feel uncomfortable to ask your conversation partner to repeat the sentence.However,it will save you from making mistakes and @@ -495,29 +509,45 @@ understand him. </p> <p> - Things that are normal or routine in one culture can be totally - unacceptable in another culture.In my home country of Latvia,it is + Things that are normal or + <span class="word-bc" @click="saveWord($event, 'routine')">routine</span> + in one culture can be totally + <span class="word-bc" @click="saveWord($event, 'unacceptable')">unacceptable</span> + in another culture.In my home country of Latvia,it is a normal practice not to expect replies by email after normal - working hours and I will only disturb a colleague if the matter is + working hours and I will only + <span class="word-bc" @click="saveWord($event, 'disturb')">disturb</span> + a colleague if the matter is very serious.However,in other countries,like Russia and Egypt,the - tendency is to work 24/7 in response to the industry needs.Get + <span class="word-bc" @click="saveWord($event, 'tendency')">tendency</span> + is to work 24/7 in response to the industry needs.Get familiar with the behavior patterns accepted in your colleagues鈥� - countries,and learn about their traditions,you will finally find - the best way to respectfully communicate. + countries,and learn about their + <span class="word-bc" @click="saveWord($event, 'traditions')">traditions</span> + ,you will finally find the best way to respectfully communicate. </p> <p> - Language and cultural barriers can cause frustration.Don鈥檛 let + Language and cultural + <span class="word-bc" @click="saveWord($event, 'barriers')">barriers</span> + can cause + <span class="word-bc" @click="saveWord($event, 'frustration')">frustration</span> + .Don鈥檛 let emotions take over.Think about the objective you want to reach,make an effort to understand the other person and use the - most appropriate means for it.For example,email does not convey + most + <span class="word-bc" @click="saveWord($event, 'appropriate')">appropriate</span> + means for it.For example,email does not convey the speaker鈥檚 emotions and limits the possibility to ask - questions.Calling someone on the phone and hearing his/her tone + questions.Calling someone on the phone and hearing his/her + <span class="word-bc" @click="saveWord($event, 'tone')">tone</span> can make the communication more smooth,and you will be surprised by the level of understanding you will receive in return. </p> <p> Working with colleagues from other countries or cultures can at - times be challenging,but it is so rewarding when you can learn + times be challenging,but it is so + <span class="word-bc" @click="saveWord($event, 'rewarding')">rewarding</span> + when you can learn from each other and open your eyes to other ways of life. </p> <p class="fl al-cn mt-40"> @@ -1941,12 +1971,12 @@ <p>1.What was the theme of the Beijing 2022 Winter Olympics?</p> <p> <textarea v-model="questionData.reading.five" placeholder="璇疯緭鍏ュ唴瀹�" rows="6" - style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion"></textarea> + style=" width: 92%" class="fz-16 fm-son" @change="setBookQuestion"></textarea> </p> <p>2.What made the Beijing 2022 Winter Olympics 鈥渆xceptional鈥�?</p> <p> <textarea v-model="questionData.reading.six" placeholder="璇疯緭鍏ュ唴瀹�" rows="6" - style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion"></textarea> + style=" width: 92%" class="fz-16 fm-son" @change="setBookQuestion"></textarea> </p> </div> </div> -- Gitblit v1.9.1