Browse Source

1. 优化显示问题

MONSTER-ygh 1 year ago
parent
commit
3c751b137c

+ 3 - 11
src/views/tourism/membershipManagement/electronicMembership/membershipLevel.vue

@@ -35,15 +35,7 @@
   
           <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange">
             <el-table-column type="index" label="序号" align="center"  />
-            <el-table-column label="等级名称" align="center" key="name" prop="name" v-if="columns[0].visible">
-              <template slot-scope="scope">
-                <el-tooltip class="item" effect="dark" :content="scope.row.name" placement="top">
-                    <div style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-                    <span style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row.name }}</span>
-                    </div>
-                </el-tooltip>
-                </template>
-            </el-table-column>
+            <el-table-column label="等级名称" align="center" key="name" prop="name" v-if="columns[0].visible" :show-overflow-tooltip="true" />
             <el-table-column label="积分值" align="center" key="upIntegral" prop="upIntegral" v-if="columns[1].visible" :show-overflow-tooltip="true" />
             <el-table-column label="等级图片" align="center" key="logo" v-if="columns[2].visible">
                 <template slot-scope="scope">
@@ -56,8 +48,8 @@
                 <span v-else>暂无图片</span>
                 </template>
             </el-table-column>
-            <el-table-column label="享受折扣" align="center" key="discount" prop="discount" v-if="columns[3].visible" />
-            <el-table-column label="专属优惠卷" align="center" key="couponNames" prop="couponNames" v-if="columns[4].visible" />
+            <el-table-column label="享受折扣" align="center" key="discount" prop="discount" v-if="columns[3].visible" :show-overflow-tooltip="true" />
+            <el-table-column label="专属优惠卷" align="center" key="couponNames" prop="couponNames" v-if="columns[4].visible" :show-overflow-tooltip="true" />
             <el-table-column
               label="操作"
               align="center"

+ 3 - 3
src/views/tourism/membershipManagement/pointsManagement/IntegralRecord.vue

@@ -92,9 +92,9 @@
                 <dict-tag :options="dict.type.tourism_memberInformation_biangeng_type" :value="scope.row.type"/>
               </template>
             </el-table-column>
-            <el-table-column label="变动量" align="center" key="num" prop="num" v-if="columns[6].visible" />
-            <el-table-column label="剩余积分" align="center" key="total" prop="total" v-if="columns[7].visible" />
-            <el-table-column label="变动时间" align="center" key="createTime" prop="createTime" v-if="columns[8].visible" />
+            <el-table-column label="变动量" align="center" key="num" prop="num" v-if="columns[6].visible" :show-overflow-tooltip="true" />
+            <el-table-column label="剩余积分" align="center" key="total" prop="total" v-if="columns[7].visible" :show-overflow-tooltip="true" />
+            <el-table-column label="变动时间" align="center" key="createTime" prop="createTime" v-if="columns[8].visible" :show-overflow-tooltip="true" />
           </el-table>
   
           <pagination

+ 2 - 3
src/views/tourism/routeManagementAll/routeManagement.vue

@@ -66,8 +66,7 @@
   
           <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange">
             <el-table-column type="index" label="序号" align="center"  />
-            <el-table-column label="标题名称" align="center" key="titleName" prop="titleName" v-if="columns[0].visible" :show-overflow-tooltip="true">
-            </el-table-column>
+            <el-table-column label="标题名称" align="center" key="titleName" prop="titleName" v-if="columns[0].visible" :show-overflow-tooltip="true" />
             <el-table-column label="标签信息" align="center" key="labelNames" prop="labelNames" v-if="columns[1].visible" :show-overflow-tooltip="true" />
             <el-table-column label="发布时间" align="center" key="releaseTime" prop="releaseTime" v-if="columns[2].visible" :show-overflow-tooltip="true" />
             <el-table-column label="状态" align="center" key="status" v-if="columns[3].visible">
@@ -82,7 +81,7 @@
                  />
               </template>
             </el-table-column>
-            <el-table-column label="发布人" align="center" key="releaseBy" prop="releaseBy" v-if="columns[4].visible" />
+            <el-table-column label="发布人" align="center" key="releaseBy" prop="releaseBy" v-if="columns[4].visible" :show-overflow-tooltip="true" />
             <el-table-column
               label="操作"
               align="center"

+ 2 - 10
src/views/tourism/scenicAreaManagement/contentManagement/attractionInfoManagement.vue

@@ -66,15 +66,7 @@
   
           <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange">
             <el-table-column type="index" label="序号" align="center"  />
-            <el-table-column label="景点名称" align="center" key="name" prop="name" v-if="columns[0].visible">
-              <template slot-scope="scope">
-              <el-tooltip class="item" effect="dark" :content="scope.row.name" placement="top">
-                <div style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-                  <span style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row.name }}</span>
-                </div>
-              </el-tooltip>
-            </template>
-          </el-table-column>
+            <el-table-column label="景点名称" align="center" key="name" prop="name" v-if="columns[0].visible" :show-overflow-tooltip="true" />
             <el-table-column label="开/闭园时间" align="center" key="openDate" prop="openDate" v-if="columns[1].visible" :show-overflow-tooltip="true" />
             <el-table-column label="开放状态" align="center" key="status" v-if="columns[2].visible">
               <template slot-scope="scope">
@@ -88,7 +80,7 @@
                  />
               </template>
             </el-table-column>
-            <el-table-column label="景点产品" align="center" key="goodId" prop="goodId" v-if="columns[3].visible" />
+            <el-table-column label="景点产品" align="center" key="goodId" prop="goodId" v-if="columns[3].visible" :show-overflow-tooltip="true" />
             <el-table-column
               label="操作"
               align="center"

+ 4 - 12
src/views/tourism/scenicAreaManagement/contentManagement/carouselAdvertis.vue

@@ -76,15 +76,7 @@
 
         <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange">
           <el-table-column type="index" label="序号" align="center"  />
-          <el-table-column label="标题名称" align="center" key="name" prop="name" v-if="columns[0].visible">
-            <template slot-scope="scope">
-              <el-tooltip class="item" effect="dark" :content="scope.row.name" placement="top">
-                <div style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-                  <span style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row.name }}</span>
-                </div>
-              </el-tooltip>
-            </template>
-          </el-table-column>
+          <el-table-column label="标题名称" align="center" key="name" prop="name" v-if="columns[0].visible" :show-overflow-tooltip="true" />
           <el-table-column label="banner图片" align="center" key="sliderImg" v-if="columns[1].visible">
             <template slot-scope="scope">
               <el-image 
@@ -96,17 +88,17 @@
               <span v-else>暂无图片</span>
             </template>
           </el-table-column>
-          <el-table-column label="类型" align="center" key="type" v-if="columns[2].visible">
+          <el-table-column label="类型" align="center" key="type" v-if="columns[2].visible" :show-overflow-tooltip="true">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.tourism_online_type" :value="scope.row.type"/>
             </template>
           </el-table-column>
-          <el-table-column label="状态" align="center" key="onlineStatus" v-if="columns[3].visible">
+          <el-table-column label="状态" align="center" key="onlineStatus" v-if="columns[3].visible" :show-overflow-tooltip="true">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.tourism_online_status" :value="scope.row.onlineStatus"/>
             </template>
           </el-table-column>
-          <el-table-column label="创建时间" align="center" key="createTime" prop="createTime" v-if="columns[4].visible" />
+          <el-table-column label="创建时间" align="center" key="createTime" prop="createTime" v-if="columns[4].visible" :show-overflow-tooltip="true" />
           <el-table-column
             label="操作"
             align="center"

+ 4 - 12
src/views/tourism/scenicAreaManagement/contentManagement/eventNotifications.vue

@@ -86,27 +86,19 @@
         <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange">
           <el-table-column type="selection" width="50" align="center" />
           <el-table-column type="index" label="序号" align="center"  />
-          <el-table-column label="公告标题" align="center" key="noticeTitle" prop="noticeTitle" v-if="columns[0].visible">
-            <template slot-scope="scope">
-              <el-tooltip class="item" effect="dark" :content="scope.row.noticeTitle" placement="top">
-                <div style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-                  <span style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row.noticeTitle }}</span>
-                </div>
-              </el-tooltip>
-            </template>
-          </el-table-column>
+          <el-table-column label="公告标题" align="center" key="noticeTitle" prop="noticeTitle" v-if="columns[0].visible" :show-overflow-tooltip="true" />
           <el-table-column label="公告类型" align="center" key="noticeType" prop="noticeType" v-if="columns[1].visible" :show-overflow-tooltip="true">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.tourism_notice_type" :value="scope.row.noticeType"/>
             </template>
           </el-table-column>
-          <el-table-column label="状态" align="center" key="status" v-if="columns[2].visible">
+          <el-table-column label="状态" align="center" key="status" v-if="columns[2].visible" :show-overflow-tooltip="true">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.tourism_notice_status" :value="scope.row.status"/>
             </template>
           </el-table-column>
-          <el-table-column label="创建者" align="center" key="createBy" prop="createBy" v-if="columns[3].visible" />
-          <el-table-column label="创建时间" align="center" key="createTime" prop="createTime" v-if="columns[4].visible" />
+          <el-table-column label="创建者" align="center" key="createBy" prop="createBy" v-if="columns[3].visible" :show-overflow-tooltip="true" />
+          <el-table-column label="创建时间" align="center" key="createTime" prop="createTime" v-if="columns[4].visible" :show-overflow-tooltip="true" />
           <el-table-column
             label="操作"
             align="center"

+ 0 - 264
src/views/tourism/scenicAreaManagement/contentManagement/formBox/attractionInfoForm.vue

@@ -1,264 +0,0 @@
-<template>
-  <el-dialog
-    :title="title"
-    :visible.sync="open"
-    width="800px"
-    append-to-body
-    :close-on-click-modal="false"
-    @close="cancel"
-  >
-    <div class="form-dialog-box"
-    v-loading="loading"
-    :element-loading-text="loadingText"
-    element-loading-spinner="el-icon-loading"
-    element-loading-background="rgba(0, 0, 0, 0.8)">
-      <el-form :model="form" ref="form" :rules="rules" label-width="120px">
-        
-      </el-form>
-    </div>
-    <span slot="footer" class="dialog-footer" v-if="formStatus==1">
-      <el-button @click="cancel">取消</el-button>
-      <el-button
-        type="primary"
-        @click="submitForm"
-        :loading="loading"
-        element-loading-text="提交中..."
-        element-loading-spinner="el-icon-loading"
-        element-loading-background="rgba(0, 0, 0, 0.8)"
-      > 
-        {{ loading ? '提交中...' : '保存' }}
-      </el-button>
-    </span>
-    <!-- 添加或修改对话框 End -->
-  </el-dialog>
-</template>
-
-<script>
-import { 
-  getTableDeatilsApi,
-  updateTableApi,
-  addTableApi
- } from '@/api/CURD'
-export default {
-  name: "addAndEdit",
-  dicts: [],
-  data() {
-    return {
-      title: "",
-      model: "", // EDIT: 编辑模式 ADD : 新增模式  EDITInit : 编辑模式(需要请求详情)
-      open: false,
-      loading: false,
-      loadingText: "拼命加载数据中...",
-      formStatus: null, // 0/null : 加载中 1 : 获取详情成功 2  : 获取详情失败 
-      configUrl: {
-        add: '/merchant/merchantSysuser', // 新增地址
-        details: '/merchant/merchantSysuser/', // 详情地址
-        edit: '/merchant/merchantSysuser', // 编辑地址
-      },
-      form: {
-        id: undefined,
-      },
-      rules: {
-        xxx: [{ required: true, message: "请输入xxx", trigger: ["change","blur"] }]
-      }
-    };
-  },
-  methods: {
-    async initData(title , model,row){
-      this.title = title
-      this.open = true
-      this.loadingText = "拼命加载数据中..."
-      this.loading = true
-      this.model = model
-      this.formStatus = 0
-      if(model=='ADD') { // 新增
-        this.$set(this,'form',row)
-        this.formStatus = 1
-      }else if(model=='EDIT') { // 新增
-        this.$set(this,'form',row)
-        this.formStatus = 1
-      }else if(model=='EDITInit') { // 新增
-        await this.getTableDeatilsFun(row)
-      }
-      this.loading = false
-      this.$nextTick(()=>{
-        if(this.$refs["form"]) {
-          this.$refs["form"].clearValidate();
-        }
-      })
-    },
-    /** 获取详情 */
-    async getTableDeatilsFun(row) {
-      const id = row.id
-      this.loading = true
-      try {
-        let res = await getTableDeatilsApi(this.configUrl.details,id)
-        if(res.code == 200) {
-          this.$set(this,'form',JSON.parse(JSON.stringify(res.data)))
-          this.formStatus = 1
-        }else {
-          this.$message.error('获取详情失败!!!');
-          this.formStatus = 2
-          this.loading = false
-          this.open = false;
-        }
-        this.loading = false
-      } catch (error) {
-        console.error('获取详情失败!!!!',error)
-        this.formStatus = 2
-        this.loading = false
-        this.open = false;
-      }
-    },
-    /**
-     * 保存
-     * @date 2023-11-22
-     * @returns {any}
-     */
-    submitForm() {
-      this.$refs["form"].validate(valid => {
-        if (valid) {
-          this.loadingText = "提交数据中..."
-          this.loading = true
-          if (this.model != 'ADD') {
-            updateTableApi(
-              this.configUrl.edit,this.form).then(response => {
-              this.$modal.msgSuccess("修改成功");
-              this.loading = false
-              this.open = false;
-              this.$emit('refresh')
-            }).catch(()=>{
-              this.$message.error("修改失败!!!");
-              this.loading = false
-            })
-          } else {
-            addTableApi(this.configUrl.edit,this.form).then(response => {
-              this.$modal.msgSuccess("新增成功");
-              this.loading = false
-              this.open = false;
-              this.$emit('refresh')
-            }).catch(()=>{
-              this.$message.error("新增失败!!!");
-              this.loading = false
-            })
-          }
-        }
-      });
-    },
-    /**
-     * 重置
-     * @date 2023-11-22
-     * @returns {any}
-     */
-    reset() {
-      if(this.$refs["form"]) {
-        this.$refs["form"].clearValidate();
-      }
-    },
-    /**
-     * 关闭弹框
-     * @date 2023-11-22
-     * @returns {any}
-     */
-    cancel() {
-      this.reset();
-      this.open = false;
-    },
-  },
-};
-</script>
-
-<style lang="scss" scoped>
-.form-dialog-box {
-  padding: 0 30px;
-  padding: 0 30px;
-  min-height: 50vh;
-  max-height: 65vh;
-  overflow-y: auto;
-  .upload-btn {
-    width: 100px;
-    height: 100px;
-    background-color: #fbfdff;
-    border: dashed 1px #c0ccda;
-    border-radius: 5px;
-    i {
-      font-size: 30px;
-      margin-top: 20px;
-    }
-    &-text {
-      margin-top: -10px;
-    }
-  }
-  .avatar {
-    cursor: pointer;
-  }
-}
-.el-table{
-  .upload-btn {
-    width: 100px;
-    height: 100px;
-    background-color: #fbfdff;
-    border: dashed 1px #c0ccda;
-    border-radius: 5px;
-    i {
-      font-size: 30px;
-      margin-top: 20px;
-    }
-    &-text {
-      margin-top: -10px;
-    }
-  }
-  .avatar {
-    cursor: pointer;
-  }
-}
-
-.area-container {
-  min-height: 400px;
-}
-
-::v-deep .area-wrap-city.el-cascader {
-  line-height: normal;
-  .el-input {
-    cursor: pointer;
-    width: 100% !important;
-    height: 28px !important;
-    .el-input__inner {
-      display: none !important;
-    }
-    span.el-input__suffix {
-      position: inherit !important;
-      i.el-input__icon {
-        line-height: inherit;
-        margin-left: 5px;
-      }
-    }
-
-    .el-input__wrapper {
-      box-shadow: none;
-      input {
-        display: none;
-      }
-    }
-  }
-
-  .el-cascader__tags {
-    display: none;
-  }
-}
-
-.area-city-popper {
-  .el-cascader-panel {
-    .el-scrollbar.el-cascader-menu {
-      .el-cascader-menu__wrap.el-scrollbar__wrap {
-        height: 315px;
-      }
-    }
-  }
-}
-</style>
-<style>
-.custom-class-box {
-  z-index: 999999 !important;
-}
-</style>

+ 1 - 1
src/views/tourism/scenicAreaManagement/contentManagement/noticeManagement.vue

@@ -57,7 +57,7 @@
               <span @click="handleDetails(scope.row)" style="color: rgb(22, 132, 252);cursor: pointer;">查看</span>
             </template>
           </el-table-column>
-          <el-table-column label="添加日期" align="center" key="createTime" prop="createTime" v-if="columns[2].visible" />
+          <el-table-column label="添加日期" align="center" key="createTime" prop="createTime" v-if="columns[2].visible" :show-overflow-tooltip="true" />
           <el-table-column
             label="操作"
             align="center"

+ 3 - 11
src/views/tourism/scenicAreaManagement/contentManagement/questions.vue

@@ -45,15 +45,7 @@
 
         <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange">
           <el-table-column type="index" label="序号" align="center"  />
-          <el-table-column label="标题" align="center" key="title" prop="title" v-if="columns[0].visible">
-            <template slot-scope="scope">
-              <el-tooltip class="item" effect="dark" :content="scope.row.title" placement="top">
-                <div style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-                  <span style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row.title }}</span>
-                </div>
-              </el-tooltip>
-            </template>
-          </el-table-column>
+          <el-table-column label="标题" align="center" key="title" prop="title" v-if="columns[0].visible" :show-overflow-tooltip="true" />
           <el-table-column label="摘要" align="center" key="content" prop="content" v-if="columns[1].visible">
             <template slot-scope="scope">
               <el-tooltip class="item" effect="dark" placement="top">
@@ -64,8 +56,8 @@
               </el-tooltip>
             </template>
           </el-table-column>
-          <el-table-column label="发布人员" align="center" key="createBy" prop="createBy" v-if="columns[2].visible" />
-          <el-table-column label="发布日期" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" />
+          <el-table-column label="发布人员" align="center" key="createBy" prop="createBy" v-if="columns[2].visible" :show-overflow-tooltip="true" />
+          <el-table-column label="发布日期" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" :show-overflow-tooltip="true" />
           <el-table-column
             label="操作"
             align="center"

+ 3 - 11
src/views/tourism/scenicAreaManagement/contentManagement/suggestions.vue

@@ -33,22 +33,14 @@
         </el-row>
         <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange">
           <el-table-column type="index" label="编号" align="center"  />
-          <el-table-column label="用户昵称" align="center" key="memberNickName" prop="memberNickName" v-if="columns[0].visible" />
+          <el-table-column label="用户昵称" align="center" key="memberNickName" prop="memberNickName" v-if="columns[0].visible" :show-overflow-tooltip="true" />
           <el-table-column label="类型" align="center" key="type" prop="type" v-if="columns[1].visible" :show-overflow-tooltip="true">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.tourism_suggestions_type" :value="scope.row.type"/>
             </template>
           </el-table-column>
-          <el-table-column label="留言内容" align="center" key="content" v-if="columns[2].visible" :show-overflow-tooltip="true">
-            <template slot-scope="scope">
-              <el-tooltip class="item" effect="dark" :content="scope.row.content" placement="top">
-                <div style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-                  <span style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row.content }}</span>
-                </div>
-              </el-tooltip>
-            </template>
-          </el-table-column>
-          <el-table-column label="留言时间" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" />
+          <el-table-column label="留言内容" align="center" key="content" prop="content" v-if="columns[2].visible" :show-overflow-tooltip="true" />
+          <el-table-column label="留言时间" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" :show-overflow-tooltip="true" />
         </el-table>
 
         <pagination

+ 6 - 22
src/views/tourism/scenicAreaManagement/contentManagement/tabelBox/attractionInfoCulture.vue

@@ -75,29 +75,13 @@
   
           <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange">
             <el-table-column type="index" label="序号" align="center"  />
-            <el-table-column label="标题" align="center" key="titleName" prop="titleName" v-if="columns[0].visible">
+            <el-table-column label="标题" align="center" key="titleName" prop="titleName" v-if="columns[0].visible" :show-overflow-tooltip="true" />
+            <el-table-column label="摘要" align="center" key="contentMain" prop="contentMain" v-if="columns[1].visible" :show-overflow-tooltip="true" />
+            <el-table-column label="创建人" align="center" key="createBy" prop="createBy" v-if="columns[2].visible" :show-overflow-tooltip="true" />
+            <el-table-column label="创建时间" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" :show-overflow-tooltip="true" />
+            <el-table-column label="状态" align="center" key="status" v-if="columns[4].visible" :show-overflow-tooltip="true">
               <template slot-scope="scope">
-                <el-tooltip class="item" effect="dark" :content="scope.row.titleName" placement="top">
-                  <div style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-                    <span style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row.titleName }}</span>
-                  </div>
-                </el-tooltip>
-              </template>
-            </el-table-column>
-            <el-table-column label="摘要" align="center" key="contentMain" prop="contentMain" v-if="columns[1].visible">
-              <template slot-scope="scope">
-                <el-tooltip class="item" effect="dark" :content="scope.row.contentMain" placement="top">
-                  <div style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-                    <span style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row.contentMain }}</span>
-                  </div>
-                </el-tooltip>
-              </template>
-            </el-table-column>
-            <el-table-column label="创建人" align="center" key="createBy" prop="createBy" v-if="columns[2].visible" />
-            <el-table-column label="创建时间" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" />
-            <el-table-column label="状态" align="center" key="status" v-if="columns[4].visible">
-              <template slot-scope="scope">
-                <dict-tag :options="dict.type.tourism_attractionInfoIntroduce_status" :value="scope.row.status"/>
+                <dict-tag :options="dict.type.tourism_attractionInfoIntroduce_status" :value="scope.row.status" :show-overflow-tooltip="true" />
               </template>
             </el-table-column>
             <el-table-column

+ 5 - 21
src/views/tourism/scenicAreaManagement/contentManagement/tabelBox/attractionInfoIntroduce.vue

@@ -75,27 +75,11 @@
   
           <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange">
             <el-table-column type="index" label="序号" align="center"  />
-            <el-table-column label="标题" align="center" key="titleName" prop="titleName" v-if="columns[0].visible">
-              <template slot-scope="scope">
-                <el-tooltip class="item" effect="dark" :content="scope.row.titleName" placement="top">
-                  <div style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-                    <span style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row.titleName }}</span>
-                  </div>
-                </el-tooltip>
-              </template>
-            </el-table-column>
-            <el-table-column label="摘要" align="center" key="contentMain" prop="contentMain" v-if="columns[1].visible">
-              <template slot-scope="scope">
-                <el-tooltip class="item" effect="dark" :content="scope.row.contentMain" placement="top">
-                  <div style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-                    <span style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row.contentMain }}</span>
-                  </div>
-                </el-tooltip>
-              </template>
-            </el-table-column>
-            <el-table-column label="创建人" align="center" key="createBy" prop="createBy" v-if="columns[2].visible" />
-            <el-table-column label="创建时间" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" />
-            <el-table-column label="状态" align="center" key="status" v-if="columns[4].visible">
+            <el-table-column label="标题" align="center" key="titleName" prop="titleName" v-if="columns[0].visible" :show-overflow-tooltip="true" />
+            <el-table-column label="摘要" align="center" key="contentMain" prop="contentMain" v-if="columns[1].visible" :show-overflow-tooltip="true" />
+            <el-table-column label="创建人" align="center" key="createBy" prop="createBy" v-if="columns[2].visible" :show-overflow-tooltip="true" />
+            <el-table-column label="创建时间" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" :show-overflow-tooltip="true" />
+            <el-table-column label="状态" align="center" key="status" v-if="columns[4].visible" :show-overflow-tooltip="true">
               <template slot-scope="scope">
                 <dict-tag :options="dict.type.tourism_attractionInfoIntroduce_status" :value="scope.row.status"/>
               </template>

+ 2 - 10
src/views/tourism/scenicAreaManagement/contentManagement/tourismStrategy.vue

@@ -66,15 +66,7 @@
 
         <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange">
           <el-table-column type="index" label="序号" align="center"  />
-          <el-table-column label="标题名称" align="center" key="title" prop="title" v-if="columns[0].visible">
-            <template slot-scope="scope">
-              <el-tooltip class="item" effect="dark" :content="scope.row.title" placement="top">
-                <div style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-                  <span style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row.title }}</span>
-                </div>
-              </el-tooltip>
-            </template>
-          </el-table-column>
+          <el-table-column label="标题名称" align="center" key="title" prop="title" v-if="columns[0].visible" :show-overflow-tooltip="true" />
           <el-table-column label="发布时间" align="center" key="releaseTime" prop="releaseTime" v-if="columns[1].visible" :show-overflow-tooltip="true" />
           <el-table-column label="上/下架状态" align="center" key="status" v-if="columns[2].visible">
             <template slot-scope="scope">
@@ -88,7 +80,7 @@
                  />
             </template>
           </el-table-column>
-          <el-table-column label="发布人" align="center" key="releaseBy" prop="releaseBy" v-if="columns[3].visible" />
+          <el-table-column label="发布人" align="center" key="releaseBy" prop="releaseBy" v-if="columns[3].visible" :show-overflow-tooltip="true" />
           <el-table-column
             label="操作"
             align="center"

+ 3 - 11
src/views/tourism/scenicAreaManagement/navigationManagement/pointType.vue

@@ -50,15 +50,7 @@
 
         <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange">
           <el-table-column type="index" label="序号" align="center"  />
-          <el-table-column label="类型名称" align="center" key="name" prop="name" v-if="columns[0].visible">
-            <template slot-scope="scope">
-              <el-tooltip class="item" effect="dark" :content="scope.row.name" placement="top">
-                <div style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-                  <span style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row.name }}</span>
-                </div>
-              </el-tooltip>
-            </template>
-          </el-table-column>
+          <el-table-column label="类型名称" align="center" key="name" prop="name" v-if="columns[0].visible" :show-overflow-tooltip="true" />
           <el-table-column label="图标" align="center" key="iconImg" v-if="columns[1].visible">
             <template slot-scope="scope">
               <el-image 
@@ -71,8 +63,8 @@
               <span v-else>暂无图片</span>
             </template>
           </el-table-column>
-          <el-table-column label="点位数" align="center" key="counts" prop="counts" v-if="columns[2].visible" />  
-          <el-table-column label="创建时间" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" />
+          <el-table-column label="点位数" align="center" key="counts" prop="counts" v-if="columns[2].visible" :show-overflow-tooltip="true" />  
+          <el-table-column label="创建时间" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" :show-overflow-tooltip="true" />
           <el-table-column
             label="操作"
             align="center"

+ 3 - 11
src/views/tourism/scenicAreaManagement/navigationManagement/scenicGuide.vue

@@ -43,17 +43,9 @@
 
         <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange">
           <el-table-column type="index" label="序号" align="center"  />
-          <el-table-column label="点位名称" align="center" key="name" prop="name" v-if="columns[0].visible">
-              <template slot-scope="scope">
-              <el-tooltip class="item" effect="dark" :content="scope.row.name" placement="top">
-                <div style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
-                  <span style="width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row.name }}</span>
-                </div>
-              </el-tooltip>
-            </template>
-          </el-table-column>
+          <el-table-column label="点位名称" align="center" key="name" prop="name" v-if="columns[0].visible" :show-overflow-tooltip="true" />
           <el-table-column label="类型" align="center" key="typeName" prop="typeName" v-if="columns[1].visible" :show-overflow-tooltip="true" />
-          <el-table-column label="可用状态" align="center" key="status" v-if="columns[2].visible">
+          <el-table-column label="可用状态" align="center" key="status" v-if="columns[2].visible" :show-overflow-tooltip="true">
             <template slot-scope="scope">
               <switchBox 
               :defaultChecked="true" 
@@ -65,7 +57,7 @@
                />
             </template>
           </el-table-column>
-          <el-table-column label="创建时间" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" />
+          <el-table-column label="创建时间" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" :show-overflow-tooltip="true" />
           <el-table-column
             label="操作"
             align="center"