lrf 2 years ago
parent
commit
82a5a45413
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/usual/c-table.vue

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

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