Browse Source

websocket

master
maochaoying 2 years ago
parent
commit
90fc8dc560
  1. 1
      src/components/Task.vue

1
src/components/Task.vue

@ -17,7 +17,6 @@
row-key="id" row-key="id"
:data="data" :data="data"
:columns="columns" :columns="columns"
table-layout="fixed"
:height="500" :height="500"
:scroll="{ type: 'virtual', rowHeight: 69, bufferSize: 10 }" :scroll="{ type: 'virtual', rowHeight: 69, bufferSize: 10 }"
resizable resizable

Loading…
Cancel
Save