lrf 2 лет назад
Родитель
Сommit
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>