guhongwei 5 rokov pred
rodič
commit
511bddd7ea

+ 1 - 1
src/layout/index/cause.vue

@@ -7,7 +7,7 @@
             <span slot="label">{{ item.title }}</span>
             <span slot="label">{{ item.title }}</span>
             <el-col :span="24" v-for="(tag, index) in item.children" :key="index" class="enterList">
             <el-col :span="24" v-for="(tag, index) in item.children" :key="index" class="enterList">
               <el-col :span="20" class="title textOver">
               <el-col :span="20" class="title textOver">
-                <el-link :underline="false" @click="$router.push({ path: `/info/detail?id=${tag.id}` })">{{ tag.title }} </el-link>
+                <el-link :underline="false" @click="$router.push({ path: `/info/detail?id=${tag.id}` })" :title="tag.title">{{ tag.title }} </el-link>
               </el-col>
               </el-col>
               <el-col :span="4" class="time">
               <el-col :span="4" class="time">
                 {{ tag.publish_time }}
                 {{ tag.publish_time }}

+ 1 - 1
src/layout/index/danwei.vue

@@ -7,7 +7,7 @@
             <span slot="label">{{ item.title }}</span>
             <span slot="label">{{ item.title }}</span>
             <el-col :span="24" v-for="(tag, index) in item.children" :key="index" class="shiyeList">
             <el-col :span="24" v-for="(tag, index) in item.children" :key="index" class="shiyeList">
               <el-col :span="20" class="title textOver">
               <el-col :span="20" class="title textOver">
-                <el-link :underline="false" @click="$router.push({ path: `/info/detail?id=${tag.id}` })">{{ tag.title }}</el-link>
+                <el-link :underline="false" @click="$router.push({ path: `/info/detail?id=${tag.id}` })" :title="tag.title">{{ tag.title }}</el-link>
               </el-col>
               </el-col>
               <el-col :span="4" class="time">
               <el-col :span="4" class="time">
                 {{ tag.publish_time }}
                 {{ tag.publish_time }}

+ 1 - 1
src/layout/index/news.vue

@@ -32,7 +32,7 @@
                 @click="$turnTo(tag)"
                 @click="$turnTo(tag)"
               >
               >
                 <!-- $router.push({ path: `/info/detail?id=${tag.id}` }) -->
                 <!-- $router.push({ path: `/info/detail?id=${tag.id}` }) -->
-                <el-link :underline="false" class="newsListTit">{{ tag.title }}</el-link>
+                <el-link :underline="false" class="newsListTit" :title="tag.title">{{ tag.title }}</el-link>
               </li>
               </li>
             </ul>
             </ul>
           </el-col>
           </el-col>

+ 1 - 1
src/layout/index/notice.vue

@@ -20,7 +20,7 @@
             </el-col>
             </el-col>
             <el-col :span="20" class="title">
             <el-col :span="20" class="title">
               <el-link :underline="false">
               <el-link :underline="false">
-                <p class="textOver">{{ item.title }}</p>
+                <p class="textOver" :title="item.title">{{ item.title }}</p>
               </el-link>
               </el-link>
             </el-col>
             </el-col>
           </el-col>
           </el-col>

+ 12 - 4
src/layout/index/recruit.vue

@@ -6,7 +6,9 @@
           <el-tab-pane label="招聘快讯" name="jobinfo">
           <el-tab-pane label="招聘快讯" name="jobinfo">
             <el-col :span="24" v-for="(item, index) in infoList" :key="index" class="fairsList">
             <el-col :span="24" v-for="(item, index) in infoList" :key="index" class="fairsList">
               <el-col :span="24" class="title textOver">
               <el-col :span="24" class="title textOver">
-                <el-link :underline="false" @click.native="$router.push({ path: '/jobinfo/detail', query: { id: item.id } })">{{ item.title }}</el-link>
+                <el-link :underline="false" @click.native="$router.push({ path: '/jobinfo/detail', query: { id: item.id } })" :title="item.title">{{
+                  item.title
+                }}</el-link>
               </el-col>
               </el-col>
               <el-col :span="24" class="schname textOver">主办方:{{ item.schname }}</el-col>
               <el-col :span="24" class="schname textOver">主办方:{{ item.schname }}</el-col>
               <el-col :span="24" class="address textOver">{{ item.corpname }}</el-col>
               <el-col :span="24" class="address textOver">{{ item.corpname }}</el-col>
@@ -17,7 +19,9 @@
               <el-col :span="12" v-for="(item, index) in talksoutList" :key="index" class="talksList">
               <el-col :span="12" v-for="(item, index) in talksoutList" :key="index" class="talksList">
                 <el-col :span="18">
                 <el-col :span="18">
                   <el-col :span="24" class="title textOver">
                   <el-col :span="24" class="title textOver">
-                    <el-link :underline="false" @click.native="$router.push({ path: '/talk/detail', query: { id: item.id } })">{{ item.title }}</el-link>
+                    <el-link :underline="false" @click.native="$router.push({ path: '/talk/detail', query: { id: item.id } })" :title="item.title">{{
+                      item.title
+                    }}</el-link>
                   </el-col>
                   </el-col>
                   <el-col :span="24" class="schname textOver">
                   <el-col :span="24" class="schname textOver">
                     {{ item.schname }}
                     {{ item.schname }}
@@ -39,7 +43,9 @@
               <el-col :span="12" v-for="(item, index) in talksList" :key="index" class="talksList">
               <el-col :span="12" v-for="(item, index) in talksList" :key="index" class="talksList">
                 <el-col :span="18">
                 <el-col :span="18">
                   <el-col :span="24" class="title textOver">
                   <el-col :span="24" class="title textOver">
-                    <el-link :underline="false" @click.native="$router.push({ path: '/talk/detail', query: { id: item.id } })"> {{ item.title }}</el-link>
+                    <el-link :underline="false" @click.native="$router.push({ path: '/talk/detail', query: { id: item.id } })" :title="item.title">
+                      {{ item.title }}</el-link
+                    >
                   </el-col>
                   </el-col>
                   <el-col :span="24" class="schname textOver">
                   <el-col :span="24" class="schname textOver">
                     {{ item.schname }}
                     {{ item.schname }}
@@ -60,7 +66,9 @@
             <el-col :span="24" v-for="(item, index) in fairsList" :key="index" class="fairsList">
             <el-col :span="24" v-for="(item, index) in fairsList" :key="index" class="fairsList">
               <el-col :span="19">
               <el-col :span="19">
                 <el-col :span="24" class="title textOver">
                 <el-col :span="24" class="title textOver">
-                  <el-link :underline="false" @click.native="$router.push({ path: '/jobfair/detail', query: { id: item.id } })">{{ item.title }}</el-link>
+                  <el-link :underline="false" @click.native="$router.push({ path: '/jobfair/detail', query: { id: item.id } })" :title="item.title">{{
+                    item.title
+                  }}</el-link>
                 </el-col>
                 </el-col>
                 <el-col :span="24" class="schname textOver">主办方:{{ item.schname }}</el-col>
                 <el-col :span="24" class="schname textOver">主办方:{{ item.schname }}</el-col>
                 <el-col :span="24" class="address textOver">{{ item.address }}</el-col>
                 <el-col :span="24" class="address textOver">{{ item.address }}</el-col>