lrf il y a 2 ans
Parent
commit
82a5a45413
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>