Browse Source

语料库词典

natasha 1 year ago
parent
commit
7600baa646
3 changed files with 917 additions and 32 deletions
  1. 914 29
      src/views/corpus/seekPage.vue
  2. 1 1
      src/views/teacher-dev/index.vue
  3. 2 2
      src/views/wordcard/cread.vue

File diff suppressed because it is too large
+ 914 - 29
src/views/corpus/seekPage.vue


+ 1 - 1
src/views/teacher-dev/index.vue

@@ -120,7 +120,7 @@ export default {
     // 判断是否有教研材料权限
     let MethodName = 'login_control-IsCanEnterChildSys_PC';
     getContentFile(MethodName, {
-      child_sys_key: 'GCLS-TRC',
+      child_sys_key: 'GCLS-TC',
     })
       .then((res) => {
         if (res.status === 1) {

+ 2 - 2
src/views/wordcard/cread.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="cread" v-loading="loading">
-    <Header :projectShow="true" v-if="!userID" />
+    <Header v-if="!userID" />
     <div class="main" v-if="!isPreview">
       <div class="go-back-box">
         <a v-if="!userID" class="go-back" @click="goBack">
@@ -88,7 +88,7 @@
                 <span style="margin-left: 8px">{{ typeIndex == 0 ? '行' : '句' }}</span>
               </div>
               <div style="margin-right: 16px">
-                <span class="title">写</span>
+                <span class="title">写</span>
                 <el-input
                   style="width: 60px; text-align: center"
                   v-model="from.writeBoxNumber"

Some files were not shown because too many files changed in this diff