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>