更新大屏

This commit is contained in:
2025-04-15 14:38:12 +08:00
parent 8b786df36a
commit 7d1ed23a98
90 changed files with 2828 additions and 1061 deletions

5
src/utils/directive.js Normal file
View File

@ -0,0 +1,5 @@
import elTableInfiniteScroll from 'el-table-infinite-scroll';
export default function directive(app) {
app.directive('elTableInfiniteScroll', elTableInfiniteScroll);
}