1.增加日志打印

2.增加事件监听
3.增加阅读计划下发时向九州接口推送数据(实际为insert到九州数据库)
master
董哲奇 1 year ago
parent 90b588ab41
commit 1486c406fb

@ -90,7 +90,6 @@
highlight-current-row
:data="list3"
:custom-config="{ storage: true }"
:cell-style="cellStyle"
highlight-current-row
highlight-hover-row
show-overflow
@ -114,8 +113,6 @@
highlight-current-row
:data="list4"
:custom-config="{ storage: true }"
:span-method="rowspanMethod"
:cell-style="cellStyle"
highlight-hover-row
show-overflow
show-header-overflow
@ -139,7 +136,6 @@
highlight-current-row
:data="list5"
:custom-config="{ storage: true }"
:cell-style="cellStyle"
highlight-hover-row
show-overflow
show-header-overflow
@ -163,7 +159,6 @@
highlight-current-row
:data="list6"
:custom-config="{ storage: true }"
:cell-style="cellStyle"
highlight-hover-row
show-overflow
show-header-overflow

Loading…
Cancel
Save