Ver Fonte

优化table ---cjh

17767204043 há 3 anos atrás
pai
commit
b4170727d7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/BasicSettings/PartSettings/detail.vue

+ 1 - 1
src/views/BasicSettings/PartSettings/detail.vue

@@ -142,7 +142,6 @@
       </Row>
       <div style="height: 85%; overflow: auto">
         <Table
-          v-if="false"
           :columns="tableColumns"
           border
           :max-height="600"
@@ -239,6 +238,7 @@
           </template>
         </Table>
         <u-table
+          v-if="false"
           :data="tableData"
           :height="height"
           use-virtual