Browse Source

show-overflow="title"

Gaokun Wang 2 tháng trước cách đây
mục cha
commit
d97bb642aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/als/intelligentQA/index.vue

+ 1 - 1
src/views/als/intelligentQA/index.vue

@@ -56,7 +56,7 @@
                 <div class="answer">
                   <vxe-table max-height="300px" :cell-config="{ height: 45 }" :data="item.sqlAnswer">
                     <vxe-column type="seq" width="70" align="center"></vxe-column>
-                    <vxe-column v-for="item in sqlAnswerKey" minWidth="120px" show-overflow :field="item" :title="item" :key="item" align="center"></vxe-column>
+                    <vxe-column v-for="item in sqlAnswerKey" minWidth="120px" show-overflow="title" :field="item" :title="item" :key="item" align="center"></vxe-column>
                   </vxe-table>
                 </div>
               </div>