Project Difficulties [Smart Q&A]

1. The echo after multiple selection of the table

2. When the amount of data is large when tabs are switched, it freezes

3. When entering, the cursor moves down and an input box is added:
(1) Move up and move down to the top;
(2) ref when adding;

4. Operate the selected data, the data after the operation will affect the previous data:
it is caused by not deep copying the data;

5. Download import and export

6. Tree data flat and flattened data are converted into tree data;

7.echarts display line chart pie chart;

8. Adapt to the mobile terminal;

9. Percentage display page;

10. Copy and paste data on the page;
insert image description here
12. Preview and upload pictures;

13. Rich text;

Smart answer robot:

Realize the robot answering the customer's question:
first push the empty data with questions and answers into the array, when the backend returns the data, assign the answer according to the corresponding id, and display it at this time; assign values ​​to the array
parameters to display the robot answer in different situations according to different situations;

Guess you like

Origin blog.csdn.net/Selina_lxh/article/details/129727096