JeecgBoot easily solves the complex layout requirements of ERP projects, JVXETable high-performance table effects and project cases

The table layout of ERP projects is generally very complicated, requiring big data and high-performance operations. How to solve this problem with JeecgBoot?
The following is an ERP project that applied line editing that we have served before. With the powerful line editing function, the customer is very satisfied. Let's take a look at this project:

1. Customer needs

Each line of data can be edited in real time, automatically saved, and other user data is refreshed in real time and has a calendar flip effect and a seamless refresh effect; editing types include: text, drop-down box, radio box, check box, upload file/picture (at the same time can also be downloaded), etc.;

Realize the effect:

insert image description here

2. Customer needs:

200 pieces of data are displayed on each page, and the data can be viewed by scrolling, requiring fast loading speed;

Realize the effect:

3. Customer needs:

Click a piece of data in the list, and the sub-table information will pop up, and the selected data in the list cannot be blocked;

Realize the effect:

insert image description here

4. Customer needs:

Both the list erp style and the embedded style are supported, that is, the normal list data is included, and the sub-table data can be expanded to see the sub-table data, and the sub-table can be expanded or collapsed;

Realize the effect:

5. Customer needs:

If you want to have a variety of layout templates, you can choose different template styles according to your needs;

Realize the effect:

  • (1) ERP style

  • (2) The upper parent, the lower left child, and the lower right grandson
    will only display the child table data after clicking

  • (3) After selecting on the left, the record is selected on the right, and the right is the parent and child

  • (4) The upper left side is the main table, the lower side is the sub-table, and the right side is the selected data

  • (5) The left side is the parent-child table, and the right side is also the parent-child form

  • (6) The left side is a tree, and the right side corresponds to data

Download jeecgboot-vue3 , you can have JVXETable high-performance row table function.

Guess you like

Origin blog.csdn.net/zhangdaiscott/article/details/131896407