Explorar o código

show-overflow="title"

Gaokun Wang hai 2 meses
pai
achega
d97bb642aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>