lrf há 2 anos atrás
pai
commit
82a5a45413
1 ficheiros alterados com 1 adições e 1 exclusões
  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>