1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441 |
- <template>
- <div class="result" v-loading="loading">
- <Header
- :projectShow="true"
- :seekShow="true"
- :seekOption="false"
- :seekOptions="true"
- @changehzdata="getdata(true)"
- />
- <div class="main">
- <div class="hanzi_list">
- <div class="top_jf">
- <div class="j_f">
- <div :class="[JFIndex == 0 ? 'sele' : '']" @click="jfEvent(0)">
- 简
- </div>
- <div :class="[JFIndex == 1 ? 'sele' : '']" @click="jfEvent(1)">
- 繁
- </div>
- </div>
- </div>
- <div
- class="list_one_box"
- :style="{
- overflowY: unfold ? 'scroll' : 'hidden',
- }"
- v-if="ShowHzData"
- >
- <div
- class="list_one"
- v-for="(item, index) in ShowHzData"
- :key="'index' + index"
- >
- <Strockplayredline
- v-if="item.hzDetail.hz_json"
- :Book_text="JFIndex == 0 ? item.con : item.fanti"
- :playStorkes="true"
- :curItem="item.hzDetail"
- :targetDiv="'bwcHanziIntp' + index + item.con"
- :isHighlight="false"
- :judgeAnswer="2"
- />
- <div class="Highlight" v-if="item.hzDetail.hz_json">
- <div class="play_audio">
- <img src="../../assets/teacherdev/speaker-one.png" alt="" />
- <span>{{ item.pinyin }}</span>
- </div>
- <div
- v-for="(items, indexs) in item.hzDetail.hz_json.medians.length"
- :key="'row' + indexs"
- class="row"
- >
- <StrockplayredlineCorpus
- :Book_text="JFIndex == 0 ? item.con : item.fanti"
- :playStorkes="false"
- :curItem="item.hzDetail"
- :targetDiv="'bwcHanziIntp_height' + index + item.con + indexs"
- :targetDivGray="
- 'bwcHanziIntp_height_Grey' + index + item.con + indexs
- "
- :isHighlight="true"
- :judgeAnswer="indexs + 1"
- :BoxbgType="0"
- strokeColorgray="#ccc"
- strokeColor="#000000"
- />
- <div class="number">{{ indexs + 1 }}</div>
- </div>
- </div>
- </div>
- </div>
- <div class="shouqi" v-if="hzData.length > 2">
- <span @click="updownHz">
- <template v-if="unfold">
- <img src="../../assets/teacherdev/up.png" alt="" />
- 收起
- </template>
- <template v-else>
- <img src="../../assets/teacherdev/down.png" alt="" />
- 展开
- </template>
- </span>
- </div>
- </div>
- <div class="txt_imgtable">
- <div class="left">
- <div class="top">
- <div>
- <div class="pattern">
- <div
- :class="[patternIndex == 0 ? 'sele' : '']"
- @click="cutPattern(0)"
- >
- 引语模式
- </div>
- <div
- :class="[patternIndex == 1 ? 'sele' : '']"
- @click="cutPattern(1)"
- >
- KWIC模式
- </div>
- </div>
- <template v-if="patternIndex == 1">
- <div class="KWIC_sort">
- <span
- :class="['sort', KWIC_sortIndex == 0 ? 'sele' : '']"
- @click="KWICsortEvent(0, 'sentence_list_sort_left')"
- >
- <img
- src="../../assets/teacherdev/analys-right.png"
- alt=""
- />
- </span>
- <span
- :class="['sort', KWIC_sortIndex == 1 ? 'sele' : '']"
- @click="KWICsortEvent(1, 'sentence_list_sort_mid')"
- >
- <img
- src="../../assets/teacherdev/analys-center.png"
- alt=""
- />
- </span>
- <span
- :class="['sort', KWIC_sortIndex == 2 ? 'sele' : '']"
- @click="KWICsortEvent(2, 'sentence_list_sort_right')"
- >
- <img src="../../assets/teacherdev/analys-left.png" alt="" />
- </span>
- </div>
- </template>
- <template v-if="patternIndex == 0">
- <div class="lang_sort" @click="sortEvent">
- 长度
- <img
- v-if="sort == 'down'"
- src="../../assets/teacherdev/ylk-sort-down.png"
- alt=""
- />
- <img
- v-else-if="sort == 'up'"
- src="../../assets/teacherdev/ylk-sort-up.png"
- alt=""
- />
- <img
- v-else
- src="../../assets/teacherdev/ylk-sort-no.png"
- alt=""
- />
- </div>
- </template>
- <div class="refresh" @click="handleRefresh">
- <img src="../../assets/teacherdev/refresh.png" alt="" />
- </div>
- <template v-if="patternIndex == 0">
- <!-- <el-switch
- v-model="pinyinShow"
- active-text="拼音"
- active-color="#424242"
- style="margin-left: 24px"
- >
- </el-switch> -->
- <el-switch
- v-model="shiyiShow"
- active-text="释义"
- active-color="#424242"
- style="margin-left: 16px"
- >
- </el-switch>
- </template>
- </div>
- <div class="size">
- <span :class="[sizeIndex == 0 ? 'sele' : '']" @click="cutSize(0)"
- >大</span
- >
- <span :class="[sizeIndex == 1 ? 'sele' : '']" @click="cutSize(1)"
- >中</span
- >
- <span :class="[sizeIndex == 2 ? 'sele' : '']" @click="cutSize(2)"
- >小</span
- >
- </div>
- </div>
- <div class="main">
- <div class="list">
- <template v-if="patternIndex == 0">
- <div
- v-for="(item, i) in ShowList"
- :key="i + 'sentence'"
- class="one"
- >
- <div class="top">
- <!--
- :class="['number-' + sizeIndex + '-' + pinyinShow]"
- -->
- <div class="number">{{ item.number }}.</div>
- <!--
- :class="['speaker-' + sizeIndex + '-' + pinyinShow]"
- -->
- <img src="../../assets/teacherdev/speaker-one.png" alt="" />
- <div class="words" v-html="item.res"></div>
- <!--
- :class="['shiyi-' + sizeIndex]"
- -->
- <div
- class="shiyi"
- v-if="shiyiShow && item.word_definition_list.length > 0"
- >
- (
- <span
- v-for="(items, indexs) in item.word_definition_list"
- :key="indexs"
- v-html="items"
- >
- </span>
- )
- </div>
- </div>
- <div class="bottom">
- {{ item.source_courseware_name_path }}
- </div>
- </div>
- </template>
- <template v-else>
- <div
- v-for="(item, index) in ShowList"
- :key="'kwic' + index"
- class="kwic_one"
- >
- <div class="number">{{ item.number }}</div>
- <el-tooltip effect="dark" placement="bottom">
- <div slot="content">
- {{ item.source_courseware_name_path }}
- </div>
- <div class="laiyuan">
- {{ item.source_courseware_name_path }}
- </div>
- </el-tooltip>
- <div
- class="word"
- :style="{
- fontSize: conSize + 'px',
- }"
- >
- <div v-for="(txt, indexs) in item.resArr" :key="indexs">
- <span
- v-for="(txts, indexs) in txt"
- v-html="txts"
- :key="indexs"
- ></span>
- </div>
- </div>
- </div>
- </template>
- </div>
- <div class="page">
- <span class="text">
- 共 {{ CurrentList.length }} 条 命中 {{ scoreAHitNumber }} 次
- </span>
- <el-pagination
- background
- @current-change="handleCurrentChange"
- :current-page.sync="page"
- :page-size="pageSize"
- layout="prev, pager, next"
- :total="CurrentList.length"
- :pager-count="5"
- >
- </el-pagination>
- </div>
- </div>
- </div>
- <div class="right">
- <div class="top">
- <div>
- <div
- :class="[rightTopIndex == 0 ? 'sele' : '']"
- @click="cutsyly(0)"
- >
- 释义
- </div>
- <div
- :class="[rightTopIndex == 1 ? 'sele' : '']"
- @click="cutsyly(1)"
- >
- 来源
- </div>
- </div>
- </div>
- <div id="shanxing_main" style="height: 398px"></div>
- <div class="list">
- <div
- v-for="(item, i) in rightList"
- :key="i + 'right'"
- class="one"
- :style="{
- borderBottom:
- i == rightList.length - 1 ? 'none' : '1px solid #eeeeee',
- }"
- @mouseover="gaolangbzt(i, 'shanxing_main')"
- @mouseout="closegaolangbzt(i, 'shanxing_main')"
- >
- <div style="width: 60%">
- <span></span>
- <span v-html="item.book_name"></span>
- </div>
- <div style="width: 10%;">
- <span>{{ item.count }}</span>
- </div>
- <div style="width: 30%">
- <span>{{ item.percent }}%</span>
- </div>
- </div>
- <div class="one all">
- <div style="width: 60%">
- <span></span>
- <span>合计</span>
- </div>
- <div style="width: 10%;">
- <span>{{ allNumber }}</span>
- </div>
- <div style="width: 30%">
- <span>100%</span>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
- <script>
- //这里可以导入其它文件(比如:组件,工具js,第三方插件js,json文件,图片文件等等)
- //例如:import 《组件名称》from ‘《组件路径》';
- import Header from "@/components/Header";
- import { getLogin, BookgetContent } from "@/api/api";
- import Strockplayredline from "@/components/corpus/Strockplayredline";
- import StrockplayredlineCorpus from "@/components/corpus/StrockplayredlineCorpus";
- import "@/utils/pinyin_dict_withtone";
- import "@/utils/pinyinUtil";
- const OpenCC = require("opencc-js");
- const converter = OpenCC.Converter({ from: "cn", to: "tw" });
- import * as echarts from "echarts";
- export default {
- //import引入的组件需要注入到对象中才能使用
- components: {
- Header,
- Strockplayredline,
- StrockplayredlineCorpus,
- },
- props: {},
- data() {
- //这里存放数据
- return {
- page: 1,
- pageSize: 8,
- shiyiShow: true,
- pinyinShow: true,
- JFIndex: 0,
- hzData: [],
- ShowHzData: [],
- loading: true,
- lang: null,
- unfold: true,
- patternIndex: 0,
- rightTopIndex: 0,
- sizeIndex: 1,
- sort: "",
- rightList: [],
- KWIC_sortIndex: 0,
- allNumber: 0,
- conSize: 20,
- pinyinSize: 12,
- allList: [],
- CurrentList: [],
- ShowList: [],
- chsFhList: [",", "。", "”", ":", "》", "《", "?", "!", ";"],
- scoreAHitNumber: 0,
- };
- },
- //计算属性 类似于data概念
- computed: {},
- //监控data中数据变化
- watch: {},
- //方法集合
- methods: {
- handleCurrentChange(val) {
- this.page = val;
- this.padingEvetn();
- },
- // KWIC排序
- KWICsortEvent(index, type) {
- if (this.KWIC_sortIndex == index) return;
- this.KWIC_sortIndex = index;
- this.CurrentList = this.allList[type];
- this.padingEvetn();
- },
- // 排序
- sortEvent() {
- if (this.sort == "up" || !this.sort) {
- this.sort = "down";
- } else {
- this.sort = "up";
- }
- this.getdata();
- this.page = 1;
- },
- // 修改大小
- cutSize(index) {
- this.sizeIndex = index;
- if (index == 0) {
- //大
- if (this.patternIndex == 0) {
- this.conSize = 24;
- this.pinyinSize = 12;
- } else {
- this.conSize = 20;
- }
- } else if (index == 1) {
- //中
- if (this.patternIndex == 0) {
- this.conSize = 20;
- this.pinyinSize = 12;
- } else {
- this.conSize = 17;
- }
- } else {
- //小
- if (this.patternIndex == 0) {
- this.conSize = 16;
- this.pinyinSize = 10;
- } else {
- this.conSize = 15;
- }
- }
- },
- // 切换模式
- cutPattern(index) {
- if (this.patternIndex == index) {
- return;
- }
- this.patternIndex = index;
- if (this.patternIndex == 0) {
- this.CurrentList = JSON.parse(
- JSON.stringify(this.allList.sentence_list)
- );
- } else {
- this.CurrentList = JSON.parse(
- JSON.stringify(this.allList.sentence_list_sort_left)
- );
- }
- this.padingEvetn();
- this.page = 1;
- },
- // 切换释义来源
- cutsyly(index) {
- if (this.rightTopIndex == index) {
- return;
- }
- this.rightTopIndex = index;
- if (this.rightTopIndex == 0) {
- this.rightList = this.allList.stat_list_sentence_source_book;
- } else {
- this.rightList = this.allList.stat_list_word_definition;
- }
- if (this.rightList.length > 0) {
- this.inityuan();
- }
- },
- updownHz() {
- this.unfold = !this.unfold;
- if (this.unfold) {
- this.ShowHzData = JSON.parse(JSON.stringify(this.hzData));
- } else {
- this.ShowHzData.splice(2);
- }
- },
- jfEvent(index) {
- this.JFIndex = index;
- if (index == 0) {
- //简体
- this.gethzJSON();
- } else {
- //繁体
- this.hzData.forEach((item) => {
- let a = converter(item.con);
- item.fanti = a;
- });
- this.gethzJSON();
- }
- },
- // 获取汉字josn
- gethzJSON() {
- this.ShowHzData = null;
- this.loading = true;
- let MethodName = "hz_resource_manager-GetHZStrokesContent";
- this.hzData.forEach((item, i) => {
- let data = {
- hz: this.JFIndex == 0 ? item.con : item.fanti,
- };
- item.hzDetail = {
- hz_json: null,
- };
- this.$forceUpdate();
- getLogin(MethodName, data)
- .then((res) => {
- this.$set(item.hzDetail, "hz_json", res);
- this.$forceUpdate();
- this.ShowHzData = JSON.parse(JSON.stringify(this.hzData));
- if (i == this.hzData.length - 1) {
- this.loading = false;
- }
- })
- .catch(() => {
- this.loading = false;
- });
- });
- },
- getrightListdata() {
- this.inityuan();
- },
- inityuan() {
- var chartDom = document.getElementById("shanxing_main");
- var myChart = echarts.init(chartDom);
- var option;
- this.allNumber = 0;
- let newdata = JSON.parse(JSON.stringify(this.rightList));
- newdata.forEach((item) => {
- this.allNumber += item.count;
- let percent = item.percent;
- item.value = item.count;
- if (percent % 1 == 0) {
- item.name = item.book_name + " " + percent + "%";
- } else {
- item.name = item.book_name + " " + percent.toFixed(2) + "%";
- }
- });
- option = {
- series: [
- {
- name: "Access From",
- type: "pie",
- // radius: ["50%", "50%"],
- data: newdata,
- itemStyle: {
- // borderColor: "#fff",
- // borderWidth: 2,
- },
- top: 50,
- emphasis: {
- itemStyle: {
- shadowBlur: 10,
- shadowOffsetX: 0,
- shadowColor: "rgba(0, 0, 0, 0.5)",
- },
- },
- },
- ],
- xAxis: {
- show: false, //不显示坐标轴线、坐标轴刻度线和坐标轴上的文字
- axisTick: {
- show: false, //不显示坐标轴刻度线
- },
- axisLine: {
- show: false, //不显示坐标轴线
- },
- axisLabel: {
- show: false, //不显示坐标轴上的文字
- },
- },
- };
- option && myChart.setOption(option);
- },
- // 鼠标进入
- gaolangbzt(index, id) {
- var compareChart = echarts.getInstanceByDom(document.getElementById(id));
- compareChart.dispatchAction({
- type: "highlight",
- seriesIndex: 0,
- dataIndex: index,
- });
- },
- // 鼠标移出
- closegaolangbzt(index, id) {
- var compareChart = echarts.getInstanceByDom(document.getElementById(id));
- compareChart.dispatchAction({
- type: "downplay",
- seriesIndex: 0,
- dataIndex: index,
- });
- },
- changehzdata() {
- this.hzData = [];
- this.jfEvent(0);
- let arr = this.$route.query.keyword.split("");
- arr.forEach((item) => {
- if (!/^[\u4e00-\u9fa5]/.test(item)) {
- return;
- }
- let result = pinyinUtil.getPinyin(item);
- let obj = {
- con: item,
- pinyin: result,
- hzDetail: {
- hz_json: null,
- },
- };
- this.hzData.push(obj);
- this.ShowHzData = JSON.parse(JSON.stringify(this.hzData));
- });
- this.gethzJSON();
- },
- handleRefresh() {
- this.pinyinShow = true;
- this.shiyiShow = true;
- this.sizeIndex = 1;
- this.sort = "down";
- this.KWIC_sortIndex = 0;
- this.cutSize(1);
- this.getdata();
- this.page = 1;
- },
- getdata(flag) {
- this.loading = true;
- let Mname =
- "book-courseware_manager-GetCoursewareWordExampleSentenceList";
- let data = {
- // courseware_id: "003-20211012-17-BDUZ1JVCAN",
- courseware_id: "",
- // word: this.$route.query.keyword, // 单词
- word: this.$route.query.keyword,
- search_scope: 3, // 检索范围 0 【本章】,1【本教材】,2【本套教材】,3【系统所有教材】
- // 本章:同一本教材下,归属同一个第一级章节下的所有课件为同一章。
- is_contain_word_variants: false, // 是否包含单词变体例句
- is_contain_stat_data: true, //
- sentence_length_sort_mode: this.sort
- ? this.sort == "down"
- ? "DESCENT"
- : "ASCENT"
- : "NO",
- };
- BookgetContent(Mname, data)
- .then((res) => {
- this.allList = {
- sentence_list: [],
- sentence_list_sort_left: [],
- sentence_list_sort_mid: [],
- sentence_list_sort_right: [],
- stat_list_sentence_source_book: res.stat_list_sentence_source_book,
- stat_list_word_definition: res.stat_list_word_definition,
- };
- if (res.sentence_list.length > 0) {
- res.stat_list_word_definition.forEach((item) => {
- item.book_name = item.definition;
- });
- // 清理脏数据
- this.removeRubbishData(res);
- this.rightList = res.stat_list_sentence_source_book;
- this.getrightListdata();
- this.allList.sentence_list = this.handleExample(res.sentence_list);
- this.allList.sentence_list_sort_left = this.handleExample(
- res.sentence_list_sort_left,
- "left"
- );
- this.allList.sentence_list_sort_mid = this.handleExample(
- res.sentence_list_sort_mid,
- "mid"
- );
- this.allList.sentence_list_sort_right = this.handleExample(
- res.sentence_list_sort_right,
- "right"
- );
- this.CurrentList = JSON.parse(
- JSON.stringify(this.allList.sentence_list)
- );
- this.padingEvetn();
- }
- if (this.$route.query.keyword && flag) {
- this.changehzdata();
- } else {
- this.loading = false;
- }
- })
- .catch((err) => {
- this.loading = false;
- });
- },
- handleExample(list, type) {
- if (list.length > 0) {
- list = list.map((item, index) => {
- item.number = index + 1;
- let str = item.source_courseware_name_path;
- item.show_source_courseware_name_path = str.slice(0, 8) + "...";
- if (type == "left") {
- let arr = JSON.parse(JSON.stringify(item.sentence_fc_list));
- arr.forEach((items, indexs) => {
- if (indexs == item.sentence_fc_list_word_index) {
- arr[
- indexs
- ] = `<span style=color:#DE4444;font-weight:700;>${arr[indexs]}</span>`;
- }
- });
- let data = this.changefiveword(
- arr,
- item.sentence_fc_list_word_index,
- type
- );
- item.resArr = data;
- } else if (type == "right") {
- let sentence = JSON.parse(JSON.stringify(item.sentence));
- let arr = JSON.parse(JSON.stringify(item.sentence_fc_list));
- arr.forEach((items, indexs) => {
- if (indexs == item.sentence_fc_list_word_index) {
- arr[
- indexs
- ] = `<span style=color:#DE4444;font-weight:700;>${arr[indexs]}</span>`;
- }
- });
- let data = this.changefiveword(
- arr,
- item.sentence_fc_list_word_index,
- type
- );
- item.resArr = data;
- } else if (type == "mid") {
- let sentence = JSON.parse(JSON.stringify(item.sentence));
- let arr = JSON.parse(JSON.stringify(item.sentence_fc_list));
- arr.forEach((items, indexs) => {
- if (indexs == item.sentence_fc_list_word_index) {
- arr[
- indexs
- ] = `<span style=color:#DE4444;font-weight:700;>${arr[indexs]}</span>`;
- }
- });
- let data = this.changefiveword(
- arr,
- item.sentence_fc_list_word_index,
- type
- );
- item.resArr = data;
- } else {
- this.scoreAHitNumber += item.position_list.length;
- let newsentence = JSON.parse(JSON.stringify(item.sentence));
- let res = "";
- for (let i = 0; i < item.position_list.length; i++) {
- let part1 = "";
- let part2 = "";
- let part3 = "";
- if (item.position_list.length > 1) {
- if (i == 0) {
- part1 = newsentence.substring(0, item.position_list[i].begin);
- part2 = newsentence.substring(
- item.position_list[i].begin,
- item.position_list[i].end
- );
- part3 = newsentence.substring(
- item.position_list[i].end,
- item.position_list[i + 1].begin
- );
- } else if (i == item.position_list.length - 1) {
- part2 = newsentence.substring(
- item.position_list[i].begin,
- item.position_list[i].end
- );
- part3 = newsentence.substring(item.position_list[i].end);
- } else {
- part2 = newsentence.substring(
- item.position_list[i].begin,
- item.position_list[i].end
- );
- part3 = newsentence.substring(
- item.position_list[i].end,
- item.position_list[i + 1].begin
- );
- }
- } else {
- part1 = newsentence.substring(0, item.position_list[i].begin);
- part2 = newsentence.substring(
- item.position_list[i].begin,
- item.position_list[i].end
- );
- part3 = newsentence.substring(item.position_list[i].end);
- }
- res +=
- part1 +
- '<span style="color:#DE4444;">' +
- part2 +
- "</span>" +
- part3;
- }
- item.res = res;
- }
- return item;
- });
- return list;
- } else {
- return [];
- }
- },
- changefiveword(arr, index, type) {
- let num = 6;
- let colorIndex = 0;
- let colorList = ["#4D7EFF", "#A4430F", "#9342C5", "#FF8718", "#1DAA91"];
- for (let i = 1; i < num; i++) {
- if (type == "left") {
- if (index - i >= 0) {
- if (this.chsFhList.indexOf(arr[index - i]) == -1) {
- arr[index - i] = `<span style=color:${colorList[colorIndex]};>${
- arr[index - i]
- }</span>`;
- colorIndex++;
- } else {
- num++;
- }
- }
- } else if (type == "right") {
- if (index + i <= arr.length - 1) {
- if (this.chsFhList.indexOf(arr[index + i]) == -1) {
- arr[index + i] = `<span style=color:${colorList[colorIndex]};>${
- arr[index + i]
- }</span>`;
- colorIndex++;
- } else {
- num++;
- }
- }
- }
- }
- let newarr = [];
- let arr1 = [];
- let arr2 = [];
- let arr3 = [];
- arr.forEach((item, i) => {
- if (i < index) {
- arr1.push(item);
- } else if (i == index) {
- arr2.push(item);
- } else {
- arr3.push(item);
- }
- });
- newarr.push(arr1);
- newarr.push(arr2);
- newarr.push(arr3);
- return newarr;
- },
- // 处理分页
- padingEvetn() {
- let arr = JSON.parse(JSON.stringify(this.CurrentList));
- let newarr = arr.splice((this.page - 1) * this.pageSize, this.pageSize);
- this.ShowList = JSON.parse(JSON.stringify(newarr));
- },
- // 删除脏数据
- removeRubbishData(data) {
- for (let i = data.sentence_list_sort_left.length - 1; i--; ) {
- if (data.sentence_list_sort_left[i].sentence_fc_list.length <= 1) {
- data.sentence_list_sort_left.splice(i, 1);
- }
- }
- for (let i = data.sentence_list_sort_mid.length - 1; i--; ) {
- if (data.sentence_list_sort_mid[i].sentence_fc_list.length <= 1) {
- data.sentence_list_sort_mid.splice(i, 1);
- }
- }
- for (let i = data.sentence_list_sort_right.length - 1; i--; ) {
- if (data.sentence_list_sort_right[i].sentence_fc_list.length <= 1) {
- data.sentence_list_sort_right.splice(i, 1);
- }
- }
- },
- },
- //生命周期 - 创建完成(可以访问当前this实例)
- created() {},
- //生命周期 - 挂载完成(可以访问DOM元素)
- mounted() {
- this.getdata(true);
- },
- //生命周期-创建之前
- beforeCreated() {},
- //生命周期-挂载之前
- beforeMount() {},
- //生命周期-更新之前
- beforUpdate() {},
- //生命周期-更新之后
- updated() {},
- //生命周期-销毁之前
- beforeDestory() {},
- //生命周期-销毁完成
- destoryed() {},
- //如果页面有keep-alive缓存功能,这个函数会触发
- activated() {},
- };
- </script>
- <style lang="scss" scoped>
- /* @import url(); 引入css类 */
- .result {
- min-height: 100%;
- > .main {
- min-height: 100%;
- background: #f2f2f2;
- padding-top: 33px;
- padding-bottom: 66px;
- }
- .hanzi_list {
- width: 1200px;
- margin: 0 auto;
- background: #ffffff;
- border-radius: 8px;
- padding: 40px 13px;
- position: relative;
- box-sizing: border-box;
- .top_jf {
- width: 128px;
- }
- .j_f {
- display: flex;
- width: 60px;
- height: 24px;
- margin-bottom: 16px;
- margin-left: 33px;
- > :nth-child(1) {
- border-top-left-radius: 2px;
- border-bottom-left-radius: 2px;
- border-right: none;
- }
- > :nth-child(2) {
- border-top-right-radius: 2px;
- border-bottom-right-radius: 2px;
- border-left: none;
- }
- div {
- width: 30px;
- height: 24px;
- font-weight: 400;
- font-size: 14px;
- line-height: 24px;
- text-align: center;
- color: #de4444;
- cursor: pointer;
- border: 2px solid #de4444;
- }
- .sele {
- color: #ffffff;
- background: #de4444;
- }
- }
- .list_one_box {
- max-height: 750px;
- padding: 0 27px;
- &::-webkit-scrollbar-track-piece {
- background: #fff;
- }
- &::-webkit-scrollbar {
- width: 4px;
- }
- &::-webkit-scrollbar-thumb {
- background: #d9d9d9;
- border-radius: 20px;
- }
- }
- .list_one {
- margin-bottom: 20px;
- display: flex;
- align-items: flex-start;
- .Highlight {
- flex: 1;
- margin-left: 22px;
- display: flex;
- flex-wrap: wrap;
- .play_audio {
- width: 100%;
- display: flex;
- align-items: center;
- margin-bottom: 13px;
- img {
- width: 16px;
- height: 16px;
- cursor: pointer;
- }
- span {
- font-family: "GB-PINYINOK-B";
- font-weight: 400;
- font-size: 12px;
- margin-left: 5px;
- color: #000000;
- }
- }
- }
- .row {
- margin-right: 8px;
- margin-bottom: 8px;
- .number {
- margin-top: 9px;
- width: 64px;
- height: 20px;
- background: #f0f0f0;
- border-radius: 22px;
- text-align: center;
- line-height: 20px;
- color: rgba(0, 0, 0, 0.5);
- flex-shrink: 0;
- }
- }
- }
- .shouqi {
- margin-top: 21;
- display: flex;
- justify-content: flex-end;
- position: absolute;
- right: 26px;
- bottom: 13px;
- span {
- cursor: pointer;
- display: flex;
- align-items: center;
- font-size: 16px;
- line-height: 24px;
- font-weight: 400;
- color: rgba(0, 0, 0, 0.5);
- }
- img {
- width: 24px;
- height: 24px;
- margin-right: 4px;
- }
- }
- }
- .txt_imgtable {
- width: 1200px;
- margin: 0 auto;
- margin-top: 8px;
- display: flex;
- .left {
- width: 562px;
- background: #ffffff;
- border-bottom: 1px solid rgba(0, 0, 0, 0.08);
- border-radius: 8px;
- margin-right: 8px;
- padding-bottom: 58px;
- position: relative;
- > .top {
- border-bottom: 1px solid rgba(0, 0, 0, 0.08);
- height: 44px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-weight: 400;
- font-size: 12px;
- color: #000000;
- > div {
- display: flex;
- align-items: center;
- }
- .KWIC_sort {
- margin-left: 24px;
- display: flex;
- span {
- display: inline-block;
- width: 28px;
- height: 28px;
- background: #ffffff;
- border-radius: 4px;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- }
- .sele {
- background: #f0f0f0;
- }
- .sort {
- img {
- width: 14px;
- height: 12px;
- }
- }
- .down {
- img {
- width: 16px;
- height: 16px;
- }
- }
- }
- .pattern {
- margin-left: 16px;
- width: 144px;
- height: 28px;
- background: #eeeeee;
- border-radius: 4px;
- display: flex;
- justify-content: center;
- align-items: center;
- > div {
- width: 68px;
- height: 24px;
- text-align: center;
- line-height: 24px;
- color: #888888;
- cursor: pointer;
- font-weight: 400;
- font-size: 12px;
- border-radius: 2px;
- }
- .sele {
- background: #ffffff;
- box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
- color: #000000;
- }
- }
- .lang_sort {
- width: 54px;
- height: 28px;
- background: #eeeeee;
- border-radius: 4px;
- margin-left: 24px;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- img {
- width: 16px;
- height: 16px;
- margin-left: 2px;
- }
- }
- .refresh {
- width: 28px;
- height: 28px;
- background: #eeeeee;
- border-radius: 4px;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-left: 8px;
- cursor: pointer;
- img {
- width: 16px;
- height: 16px;
- }
- }
- .size {
- margin-right: 12px;
- span {
- font-size: 14px;
- padding: 4px;
- cursor: pointer;
- }
- .sele {
- background: #e6e6e6;
- border-radius: 4px;
- }
- }
- }
- .main {
- // height: 95%;
- .list {
- margin-top: 16px;
- .one {
- padding: 0 16px;
- margin-bottom: 8px;
- .top {
- display: flex;
- align-items: center;
- // flex-flow: wrap;
- width: 100%;
- .number {
- width: 22px;
- font-weight: 400;
- font-size: 14px;
- line-height: 21px;
- text-align: right;
- color: rgba(0, 0, 0, 0.3);
- margin-right: 8px;
- flex-shrink: 0;
- &-1-false {
- margin-top: 3px;
- }
- &-0-true {
- margin-top: 21px;
- }
- &-0-false {
- margin-top: 5px;
- }
- &-2-true {
- margin-top: 17px;
- }
- &-2-false {
- margin-top: 1px;
- }
- }
- img {
- width: 16px;
- height: 16px;
- cursor: pointer;
- margin-right: 8px;
- &.speaker-1-false {
- margin-top: 6px;
- }
- &.speaker-0-true {
- margin-top: 24px;
- }
- &.speaker-0-false {
- margin-top: 8px;
- }
- &.speaker-2-true {
- margin-top: 20px;
- }
- &.speaker-2-false {
- margin-top: 4px;
- }
- }
- .words {
- // display: flex;
- // align-items: flex-end;
- // flex-flow: wrap;
- font-family: "FZJCGFKTK";
- > div {
- .pinyin {
- font-family: "GB-PINYINOK-B";
- font-weight: 500;
- font-size: 12px;
- color: rgba(0, 0, 0, 0.5);
- text-align: center;
- margin-bottom: 2px;
- }
- .con {
- font-family: "FZJCGFKTK";
- font-weight: 400;
- font-size: 20px;
- color: #000000;
- text-align: center;
- }
- }
- }
- .shiyi {
- font-weight: 400;
- font-size: 12px;
- color: #48a3e6;
- line-height: 24px;
- &-0 {
- line-height: 32px;
- }
- &-1 {
- line-height: 28px;
- }
- }
- }
- .bottom {
- font-weight: 400;
- font-size: 12px;
- line-height: 150%;
- color: rgba(0, 0, 0, 0.3);
- text-align: right;
- }
- }
- .kwic_one {
- padding: 0 16px;
- display: flex;
- align-items: center;
- > :nth-child(1) {
- width: 16px;
- margin-right: 16px;
- justify-content: flex-end;
- }
- .laiyuan {
- width: 117px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-weight: 400;
- font-size: 14px;
- line-height: 22px;
- color: rgba(0, 0, 0, 0.65);
- }
- .word {
- font-family: "FZJCGFKTK";
- width: 361px;
- height: 22px;
- margin-left: 16px;
- font-weight: 400;
- font-size: 14px;
- line-height: 22px;
- color: #000000;
- opacity: 1;
- display: flex;
- justify-content: center;
- overflow: hidden;
- white-space: nowrap;
- > :nth-child(1) {
- // direction: rtl;
- // unicode-bidi: plaintext;
- // text-align: right;
- display: flex;
- justify-content: end;
- width: 172px;
- white-space: nowrap;
- overflow: hidden;
- }
- > :nth-child(3) {
- direction: ltr;
- unicode-bidi: plaintext;
- text-align: left;
- width: 172px;
- white-space: nowrap;
- overflow: hidden;
- }
- }
- }
- }
- .page {
- padding: 0 10px 0 12px;
- width: 562px;
- position: absolute;
- bottom: 16px;
- display: flex;
- justify-content: space-between;
- box-sizing: border-box;
- .text {
- font-weight: 400;
- font-size: 14px;
- line-height: 22px;
- display: flex;
- align-items: center;
- text-align: center;
- color: rgba(0, 0, 0, 0.6);
- margin-right: 16px;
- }
- }
- }
- }
- .right {
- width: 630px;
- background: #ffffff;
- border-bottom: 1px solid rgba(0, 0, 0, 0.08);
- border-radius: 8px;
- padding-bottom: 39px;
- .top {
- border-bottom: 1px solid rgba(0, 0, 0, 0.08);
- height: 44px;
- display: flex;
- align-items: center;
- > div {
- margin-left: 16px;
- width: 84px;
- height: 28px;
- background: #eeeeee;
- border-radius: 4px;
- display: flex;
- justify-content: center;
- align-items: center;
- > div {
- border-radius: 2px;
- width: 40px;
- height: 24px;
- text-align: center;
- line-height: 24px;
- color: #888888;
- cursor: pointer;
- font-weight: 400;
- font-size: 12px;
- }
- .sele {
- background: #ffffff;
- box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
- color: #000000;
- }
- }
- }
- .list {
- width: 598px;
- margin: 0 auto;
- .one {
- display: flex;
- justify-content: space-between;
- border-bottom: 1px solid #eeeeee;
- padding: 12px;
- font-weight: 400;
- font-size: 14px;
- line-height: 22px;
- color: #333333;
- cursor: pointer;
- > :nth-child(1) {
- text-align: left;
- }
- > div {
- width: 186px;
- text-align: right;
- }
- }
- .all {
- font-weight: 600;
- font-size: 14px;
- line-height: 22px;
- color: #333333;
- border-bottom: none;
- }
- }
- }
- }
- }
- </style>
- <style lang="scss">
- .result {
- .el-switch__core {
- width: 26px !important;
- height: 16px;
- }
- .el-switch__core:after {
- width: 8px;
- height: 8px;
- top: 3px;
- }
- .el-switch.is-checked .el-switch__core::after {
- margin-left: -10px;
- }
- .el-switch__label.is-active {
- color: #000000;
- }
- .page {
- .el-pagination.is-background .el-pager li:not(.disabled).active {
- background-color: #0052d9;
- }
- .el-pager li {
- background: #ffffff;
- border: 1px solid #dcdcdc;
- border-radius: 3px;
- }
- }
- }
- .el-loading-mask {
- z-index: 200000 !important;
- }
- </style>
|