lrf 2 年之前
父节点
当前提交
82a5a45413
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/usual/c-table.vue

+ 1 - 1
src/components/usual/c-table.vue

@@ -32,7 +32,7 @@
             :formatter="toFormatter"
             :sortable="true"
             v-bind="item.options"
-            :show-overflow-tooltip="item.showTip || true"
+            :show-overflow-tooltip="item.showTip === false ? item.showTip : true"
           >
           </el-table-column>
         </template>