CN112433712B - Report display method, report display device, computer equipment and storage medium - Google Patents
Report display method, report display device, computer equipment and storage medium Download PDFInfo
- Publication number
- CN112433712B CN112433712B CN202011237717.XA CN202011237717A CN112433712B CN 112433712 B CN112433712 B CN 112433712B CN 202011237717 A CN202011237717 A CN 202011237717A CN 112433712 B CN112433712 B CN 112433712B
- Authority
- CN
- China
- Prior art keywords
- report
- structure diagram
- tree structure
- node
- data source
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/34—Graphical or visual programming
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/166—Editing, e.g. inserting or deleting
- G06F40/177—Editing, e.g. inserting or deleting of tables; using ruled lines
- G06F40/18—Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation or generation of source code for implementing user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Artificial Intelligence (AREA)
- Human Computer Interaction (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The application relates to a report display method, a report display device, computer equipment and a storage medium. The method comprises the following steps: displaying an initial target report in a report display interface; when a triggering operation for a preset control is received, acquiring attribute configuration information of the preset control corresponding to a target report; generating a tree structure diagram corresponding to the target report according to a first data source corresponding to the node in the attribute configuration information, a second data source corresponding to the table content and an association relation between the first data source and the second data source, and associating the node in the tree structure diagram with the table content in the target report; in a report display interface, performing association display on the tree structure diagram and the target report; when a trigger operation for the nodes in the tree structure diagram is received, the table contents of the target report are filtered, and the table contents which are remained after the filtering and are associated with the nodes are displayed in the target report. The method can effectively save cost.
Description
Technical Field
The present application relates to the field of computer technologies, and in particular, to a report display method, a report display device, a computer device, and a storage medium.
Background
With the development of computer technology, users can quickly query and filter the contents of the report forms in various ways and then display the required data. At present, a more convenient mode is to add a tree structure diagram related to report contents.
However, the tree structure diagram currently associated with report content requires a large amount of code to be written to be implemented. And after a certain basic data of the report forms realize the tree structure diagram, other basic data of the report forms need to be rewritten into codes, and the report forms have no universality. Therefore, the conventional method is relatively costly.
Disclosure of Invention
Based on the foregoing, it is necessary to provide a report display method, apparatus, computer device and storage medium capable of effectively saving cost.
A report presentation method, the method comprising:
Displaying an initial target report in a report display interface;
when a triggering operation for a preset control is received, acquiring attribute configuration information of the preset control corresponding to the target report;
generating a tree structure diagram corresponding to the target report according to a first data source corresponding to a node in the attribute configuration information, a second data source corresponding to table contents and an association relation between the first data source and the second data source, and associating the node in the tree structure diagram with the table contents in the target report;
in the report display interface, carrying out association display on the tree structure diagram and the target report;
When a trigger operation for a node in the tree structure diagram is received, table contents of the target report are filtered, and the table contents which are remained after the filtering and are associated with the node are displayed in the target report.
In one embodiment, the preset control is a left tree right table control;
In the report display interface, performing association display on the tree structure diagram and the target report, including:
When the preset control is a left tree right table control, the tree structure diagram is displayed in a left area of the report display interface, and the target report is displayed in a right area of the report display interface in an associated mode.
In one embodiment, when a trigger operation for a node in the tree structure diagram is received, filtering table contents of the target report, and displaying the table contents associated with the node remaining after filtering in the target report, where the filtering includes:
when a triggering operation aiming at a node in the tree structure diagram is received, generating a filtering condition corresponding to the triggered node;
filtering the table content of the target report according to the filtering condition;
the table contents associated with the nodes that remain filtered are shown.
In one embodiment, the method further comprises:
And responding to the re-triggering operation of the preset control, and enabling the tree structure diagram not to be displayed in the report display interface.
In one embodiment, before the attribute configuration information of the preset control corresponding to the target report is obtained when the trigger operation for the preset control is received, the method further includes:
Responding to triggering operation aiming at attribute configuration of a preset control, and displaying an attribute configuration page of the preset control;
Acquiring a first data source corresponding to a node in a tree structure diagram arranged in the attribute configuration page, a second data source corresponding to table contents in the target report, and a query association field; the query association field is a class name of the target report corresponding to the second data source after the table content is classified, and the nodes in the tree structure diagram corresponding to the first data source have the same and unique node identification corresponding to the class name;
determining an association relationship between the first data source and the second data source according to the query association field;
And generating attribute configuration information of the preset control corresponding to the target report according to the first data source, the second data source and the association relation.
In one embodiment, the obtaining a first data source corresponding to a node in the tree structure diagram set in the attribute configuration page includes:
Acquiring data sources input in a tree query object configuration item of the attribute configuration page, and obtaining first data sources corresponding to nodes in a tree structure diagram; or alternatively, the first and second heat exchangers may be,
And acquiring the data sources input in the tree node configuration items of the attribute configuration page, and obtaining a first data source corresponding to the designated node in the tree structure diagram.
In one embodiment, the method further comprises:
acquiring a parent node attribute name input in a parent node configuration control in the attribute configuration page so as to set a node corresponding to the parent node attribute name as a parent node;
Storing the father-son relationship between the father node and the child node under the father node to the attribute configuration information;
The generating a tree structure diagram corresponding to the target report according to a first data source corresponding to a node in the attribute configuration information, a second data source corresponding to table content, and an association relationship between the first data source and the second data source, includes:
Generating a tree structure diagram corresponding to the target report according to a first data source corresponding to a node in the attribute configuration information, a second data source corresponding to table contents, an association relationship between the first data source and the second data source and the father-son relationship; the tree structure diagram includes at least two layers of relationships.
A report presentation device, the device comprising:
the display module is used for displaying an initial target report in the report display interface;
The acquisition module is used for acquiring attribute configuration information of the preset control corresponding to the target report when receiving triggering operation for the preset control;
the generation module is used for generating a tree structure diagram corresponding to the target report according to a first data source corresponding to the node in the attribute configuration information, a second data source corresponding to the table content and an association relation between the first data source and the second data source, and associating the node in the tree structure diagram with the table content in the target report;
the display module is further used for carrying out association display on the tree structure diagram and the target report in the report display interface;
And the display module is also used for filtering the table contents of the target report when receiving the triggering operation aiming at the nodes in the tree structure diagram, and displaying the residual table contents associated with the nodes after filtering in the target report.
A computer device comprising a memory storing a computer program and a processor which when executing the computer program performs the steps of:
Displaying an initial target report in a report display interface;
when a triggering operation for a preset control is received, acquiring attribute configuration information of the preset control corresponding to the target report;
generating a tree structure diagram corresponding to the target report according to a first data source corresponding to a node in the attribute configuration information, a second data source corresponding to table contents and an association relation between the first data source and the second data source, and associating the node in the tree structure diagram with the table contents in the target report;
in the report display interface, carrying out association display on the tree structure diagram and the target report;
When a trigger operation for a node in the tree structure diagram is received, table contents of the target report are filtered, and the table contents which are remained after the filtering and are associated with the node are displayed in the target report.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of:
Displaying an initial target report in a report display interface;
when a triggering operation for a preset control is received, acquiring attribute configuration information of the preset control corresponding to the target report;
generating a tree structure diagram corresponding to the target report according to a first data source corresponding to a node in the attribute configuration information, a second data source corresponding to table contents and an association relation between the first data source and the second data source, and associating the node in the tree structure diagram with the table contents in the target report;
in the report display interface, carrying out association display on the tree structure diagram and the target report;
When a trigger operation for a node in the tree structure diagram is received, table contents of the target report are filtered, and the table contents which are remained after the filtering and are associated with the node are displayed in the target report.
According to the report display method, the report display device, the computer equipment and the storage medium, the attribute configuration information of the preset control corresponding to the target report is automatically acquired by receiving the triggering operation for the preset control, and a worker can automatically generate the tree structure diagram corresponding to the target report according to the attribute configuration information without writing codes, so that the workload of the worker is saved. And the tree structure diagram corresponding to each target report can be automatically generated and displayed in association with the target report only by triggering the preset control of the configured attribute information of the target report without re-writing codes for different reports, so that the applicability is high. And after receiving triggering operation aiming at the nodes in the tree structure diagram, filtering the table contents of the target report, namely displaying the table contents which are remained after filtering and are associated with the nodes, so that staff can conveniently review interested information in the report. The whole scheme can generate corresponding tree structure diagrams for each report conveniently without writing a large number of codes, realizes convenient inquiry and greatly saves cost.
Drawings
FIG. 1 is a flow chart of a method of displaying a report in one embodiment;
FIG. 2 is a diagram of an initial target report presentation effect in one embodiment;
FIG. 3 is a diagram of a target report display effect in one embodiment;
FIG. 4 is a diagram of a filtering effect in one embodiment;
FIG. 5 is a diagram of an attribute configuration page in one embodiment;
FIG. 6 is a diagram showing the effect of a newspaper table in another embodiment;
FIG. 7 is a block diagram of a newspaper and table display device according to one embodiment;
FIG. 8 is a block diagram of a newspaper display unit according to another embodiment;
fig. 9 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
The present application will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present application more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application.
In one embodiment, as shown in fig. 1, a report displaying method is provided, and this embodiment is applied to a terminal for illustration, where it is understood that the terminal may be a mobile terminal, a computer, or a dedicated device. Among them, mobile terminals such as mobile phones, tablet computers, hand-held POS (point of sale) machines. Computers such as desktop computers, notebook computers, and the like. Financial management specific devices such as desktop POS or service inquiries, etc. The report display method specifically comprises the following steps:
and 102, displaying an initial target report in a report display interface.
The report display interface is a user-oriented operation interface for displaying report related information. The target report refers to a report to be processed. The initial target report refers to a report which is not subjected to table content filtering according to node triggering operation.
Specifically, the user can select an initial target report to be processed according to own requirements. And the terminal displays the initial target report selected by the user in a report display interface.
And 104, when receiving triggering operation for the preset control, acquiring attribute configuration information of the preset control corresponding to the target report.
The preset control is a control which is pre-configured with attribute information corresponding to the target report and is used for triggering and generating a tree structure diagram corresponding to the target report. The attribute configuration information is attribute information configured by the preset control corresponding to the target report.
Specifically, in the report presentation interface, the user triggers a preset control for the target report. And the terminal receives triggering operation aiming at the preset control and acquires attribute configuration information of the preset control corresponding to the target report. It will be appreciated that the corresponding different target report should be different attribute configuration information.
It is understood that the preset control may be that an existing control is given a new function, for example, the existing F7 control is given a function and then used as the preset control. The preset control may also be a specially newly developed control.
In one embodiment, the attribute configuration information may include a first data source corresponding to a node in the tree structure diagram, a second data source corresponding to a table content of the target report, and an association relationship between the first data source and the second data source. In other embodiments, the attribute configuration information may also be other information, which is not limited.
It can be understood that the initial target report in step 102 may be an original complete report obtained from a database, or a report in which the table contents of the original report are preliminarily filtered according to the attribute configuration information, but are not filtered according to the node triggering operation.
In a specific embodiment, the terminal may obtain the attribute configuration information from the database, and the terminal may also obtain the attribute configuration information from the local memory.
And 106, generating a tree structure diagram corresponding to the target report according to the first data source corresponding to the node in the attribute configuration information, the second data source corresponding to the table content and the association relation between the first data source and the second data source, and associating the node in the tree structure diagram with the table content in the target report.
Wherein, the node is the node in the tree structure diagram. The first data source corresponding to the node is a data source for acquiring the node in the tree structure diagram. The second data source corresponding to the table contents refers to a data source for acquiring the table contents. The association relationship is a relationship in which a first data source corresponding to a node and a second data source corresponding to table contents are associated with each other. It is understood that a tree structure diagram is a graphical representation of a data tree, including nodes and hierarchical relationships between nodes. The nodes in the tree structure diagram are determined according to the table contents of the target report, and each node has at least one corresponding table content in the target report.
In one embodiment, the nodes in the tree structure diagram are obtained according to key fields of the de-duplicated table contents after de-duplicated table contents of the target report form are de-duplicated.
Specifically, the terminal may obtain, from the attribute configuration information, a first data source corresponding to the node generated by pre-configuration, a second data source corresponding to the table content, and an association relationship between the first data source and the second data source, so as to generate a tree structure diagram corresponding to the target report. And the terminal further correlates the nodes in the tree structure diagram with the table contents in the target report according to the correlation. That is, for each node in the tree structure diagram, the terminal may determine, according to the association relationship, a second data source associated with the first data source corresponding to the node, and associate the node with the table content corresponding to the determined second data source in the target report.
And step 108, in a report display interface, performing association display on the tree structure diagram and the target report.
The association display refers to associating the tree structure diagram with the target report form for display.
Specifically, the terminal performs association display on the tree structure diagram and the target report in the report display interface.
In one embodiment, the tree structure diagram and the target report may be arranged horizontally in the report display interface, or may be arranged vertically in the report display interface.
And 110, when a trigger operation for the nodes in the tree structure diagram is received, filtering the table contents of the target report, and displaying the filtered remaining table contents associated with the nodes in the target report.
Specifically, the user may trigger a node in the tree structure diagram to filter the table content in the target report. For example, the user may trigger a node in the tree structure diagram by clicking. When the terminal receives triggering operation aiming at the nodes in the tree structure diagram, the table content of the target report is filtered, and the table content which is remained after the filtering and is associated with the nodes is displayed in the target report.
According to the report display method, the report display device, the computer equipment and the storage medium, the attribute configuration information of the preset control corresponding to the target report is automatically acquired by receiving the triggering operation for the preset control, and a worker can automatically generate the tree structure diagram corresponding to the target report according to the attribute configuration information without writing codes, so that the workload of the worker is saved. And the tree structure diagram corresponding to each target report can be automatically generated and displayed in association with the target report only by triggering the preset control of the configured attribute information of the target report without re-writing codes for different reports, so that the applicability is high. And after receiving triggering operation aiming at the nodes in the tree structure diagram, filtering the table contents of the target report, namely displaying the table contents which are remained after filtering and are associated with the nodes, so that staff can conveniently review interested information in the report. The whole scheme can generate corresponding tree structure diagrams for each report conveniently without writing a large number of codes, realizes convenient inquiry and greatly saves cost.
In one embodiment, in a report presentation interface, performing association presentation on a tree structure diagram and a target report includes: when the preset control is a left tree right table control, a tree structure diagram is displayed in a left area in the report display interface, and a target report is displayed in a right area of the report display interface in an associated mode.
The left tree right table control is a preset control for placing a tree structure diagram in a left area in a report display interface and placing the table content of a target report in a right area in the report display interface. The left area and the right area are left areas in the report display interface, when the user faces the report display interface, the left area of the user is taken as the left area in the report display interface, and the right area of the user is taken as the right area in the report display interface.
Specifically, the terminal responds to a triggering operation for a preset control, and firstly judges what display type of the preset control is. When the preset control is judged to be a left tree right table control, the terminal displays a tree structure diagram in a left area in the report display interface, and displays a target report in a right area of the report display interface in an associated mode.
In one embodiment, the initial target report presentation effect diagram is shown in FIG. 2. In fig. 3, a target report effect diagram displayed by the terminal after the user triggers the left tree right table control is shown. After the user triggers the left tree right table control, the terminal responds to the triggering operation for the left tree right table control, the tree structure diagram 302 is displayed in the left area of the report display interface, and the target report 304 is displayed in the right area of the report display interface.
In one embodiment, the terminal first acquires a first data source corresponding to a node in the tree structure diagram, a second data source corresponding to table contents in the target report, and a query association field. The terminal then automatically inherits promptSpecial the method and re-implements the_create and_ initTree methods. Further, the terminal sets a tree structure diagram, table contents in a target report and processing of corresponding clicking events according to attribute configuration information of a user in an attribute configuration page, and finally the terminal automatically inherits promptSpecial.
In the embodiment, by configuring the preset control as the left tree right table control, a user can display the tree structure diagram in the left area in the report display interface as long as the left tree right table control is triggered, and the right area displays the target report, so that the user can conveniently look up and compare the left and right data from the nodes in the tree structure diagram of the left area to the target report corresponding to the right area.
In one embodiment, when a trigger operation for a node in the tree structure diagram is received, table contents of a target report are filtered, and table contents associated with the node remaining after the filtering are displayed in the target report, including: when a triggering operation for a node in the tree structure diagram is received, generating a filtering condition corresponding to the triggered node; filtering the table content of the target report according to the filtering condition; the table contents associated with the nodes remaining from the filtering are shown.
The node identifier is a field in the data source for uniquely marking the node. The filtering condition is a condition for filtering the associated table contents in the target report according to the nodes of the tree structure diagram.
Specifically, when the terminal receives a trigger operation for a node in the tree structure diagram, a filtering condition corresponding to the triggered node is generated according to the node identifier of the triggered node contained in the query association field. And the terminal filters the table contents of the target report according to the filtering conditions and displays the filtered residual table contents associated with the nodes. Based on the embodiment of fig. 3, fig. 4 shows a filtering effect diagram. The user selects a node in the tree structure diagram, this embodiment taking "activity fees" as an example. The terminal filters the table contents of the target report form according to the activity fee, wherein the table contents contain the same field of activity fee, and displays the table contents which are relevant to the nodes and remain after filtering, such as activity fee 01, holiday activity fee and table contents relevant to activity fee 01 and holiday activity fee in fig. 4.
In the embodiment, the user can see the table content of the target report associated with the triggered node in the target report only by triggering the node in the tree structure diagram, so that the screening efficiency of the user on the report content is improved.
In one embodiment, the method further comprises: and responding to the re-triggering operation of the preset control, and enabling the tree structure diagram not to be displayed in the report display interface.
Specifically, the user can trigger the preset control again, and the terminal responds to the re-triggering operation of the preset control, so that the tree structure diagram is not displayed.
In one embodiment, the manner in which the terminal does not display the tree structure diagram may be to partially hide the tree structure diagram, may be to hide the tree structure diagram completely, may be to transparence the tree structure diagram, may directly delete the tree structure diagram, and the like, which is not described herein.
In one embodiment, the user can trigger the preset control again, the terminal responds to the triggering operation of the preset control again, the tree structure diagram is not displayed, and the target report is restored to the initial target report.
In one embodiment, the user can trigger the preset control again, and the terminal responds to the re-triggering operation of the preset control, so that the tree structure diagram is not displayed, and the current target report is reserved.
In the embodiment, the user can hide the tree structure diagram by triggering the preset control, so that the user can conveniently review more table contents of the target report in the report display interface, or can conveniently enlarge the target report, and clearly review the table contents of the target report.
In one embodiment, before acquiring the attribute configuration information of the preset control corresponding to the target report when receiving the triggering operation for the preset control, the method further includes: responding to a triggering operation aiming at attribute configuration of a preset control, and displaying an attribute configuration page of the preset control; acquiring a first data source corresponding to a node in a tree structure diagram, a second data source corresponding to table contents in a target report and a query association field, which are set in an attribute configuration page; the query association field is a class name of the target report corresponding to the second data source after the table content is classified, and the nodes in the corresponding tree structure diagram in the first data source have the same and unique node identification corresponding to the class name; determining an association relationship between the first data source and the second data source according to the query association field; and generating attribute configuration information of the preset control corresponding to the target report according to the first data source, the second data source and the association relation.
The attribute configuration page is a page facing to the user, and the user fills corresponding attribute configuration information.
Specifically, the user triggers a control of the property configuration page. And the terminal responds to the triggering operation aiming at the attribute configuration of the preset control, and displays the attribute configuration page of the preset control. The user inputs a first data source corresponding to the node in the tree structure diagram, a second data source corresponding to the table content in the target report and a query association field in the attribute configuration page. The terminal acquires a first data source corresponding to a node in the tree structure diagram, a second data source corresponding to the table content in the target report and a query association field, which are arranged in the attribute configuration page. And the terminal determines the association relation between the first data source and the second data source according to the query association field, and generates attribute configuration information of the preset control corresponding to the target report according to the first data source, the second data source and the association relation. In one embodiment, the category names categorized by the table contents in the target report are "administrative fee, management fee, sales fee, etc. By way of example, the class name is referred to as "management cost", and the same and unique node identification "management cost" corresponds to the nodes in the tree structure diagram. When the terminal receives the triggering operation aiming at the nodes in the tree structure diagram, a filtering condition corresponding to the triggered nodes is generated, namely, a query association field (management cost) is equal to the same and unique node identification (management cost) of the nodes in the corresponding tree structure diagram, and the associated table contents in the target report are filtered according to the corresponding filtering condition.
In one embodiment, the attribute configuration information may further include at least one of tree filtering conditions, table query fields, table filtering conditions, and root node names, in addition to the three attribute configuration information including the first data source corresponding to the node in the tree structure diagram, the second data source corresponding to the table content in the target report, and the query association field. In this embodiment, the terminal can determine the association relationship between the first data source and the second data source by acquiring the attribute configuration information of the configuration preset control in the attribute configuration page, and does not need to input codes by a user to realize the association relationship, thereby saving the workload of writing codes.
In one embodiment, obtaining a first data source corresponding to a node in a tree structure diagram set in an attribute configuration page includes: acquiring data sources input in a tree query object configuration item of an attribute configuration page, and obtaining first data sources corresponding to nodes in a tree structure diagram; or acquiring the data source input in the tree node configuration item of the attribute configuration page to obtain a first data source corresponding to the designated node in the tree structure diagram.
The tree query object configuration item is a control used for filling data sources corresponding to all nodes (namely, full nodes) in the attribute configuration page. The tree node configuration item is a control used for filling in a data source corresponding to a specified node (namely, all or part of the specified nodes) in the tree structure diagram in the attribute configuration page.
Specifically, when a user inputs data in the tree query object configuration item, the terminal acquires the data source input in the tree query object configuration item of the attribute configuration page, and obtains a first data source corresponding to each node in the tree structure diagram.
And when the user does not need the first data sources corresponding to the nodes in the tree structure diagram, inputting the data sources in the tree node configuration items of the attribute configuration page. And the terminal acquires the data source input in the tree node configuration item of the attribute configuration page to obtain a first data source corresponding to the designated node in the tree structure diagram.
It may be understood that, in addition to the tree query object configuration item and the tree node configuration item, the attribute configuration page may further include other attribute configuration items, for example, may further include at least one configuration item of a parent node attribute name, a tree filtering condition, a table query object, a query association field, a table query field, a table filtering condition and a root node name, and the user may input corresponding attribute configuration information corresponding to each attribute configuration item.
An attribute configuration page in one embodiment is illustrated in FIG. 5. In the attribute configuration page, a first data source corresponding to each node in the tree structure diagram, namely a data source input in a 'tree query object' configuration item. And a second data source corresponding to the table content in the target report, namely a data source input by the configuration item of the table query object. The first data source corresponding to the designated node in the tree structure diagram is the data source input in the "acquire left tree node …" configuration item (i.e., tree node configuration item). The user may or may not name the root node of the tree structure diagram.
In this embodiment, by acquiring the data source input in the tree query object configuration item of the attribute configuration page, the data of the nodes in all the tree structure diagrams can be obtained. The first data sources corresponding to the nodes in the tree structure diagram can be obtained, and the user can comprehensively screen the table contents of the target report. And obtaining the data source of the designated node in the tree structure diagram by obtaining the data source input in the tree node configuration item of the attribute configuration page. The user can accurately select a specified single node in the tree structure diagram containing the specified node, and the table content of the target report is screened.
In one embodiment, the method further comprises: acquiring a parent node attribute name input in a parent node configuration control to set a node corresponding to the parent node attribute name as a parent node; storing the father-son relationship between the father node and the child node under the father node to attribute configuration information; generating a tree structure diagram corresponding to the target report according to a first data source corresponding to the node in the attribute configuration information, a second data source corresponding to the table content and an association relation between the first data source and the second data source, wherein the tree structure diagram comprises the following steps: generating a tree structure diagram corresponding to the target report according to a first data source corresponding to the node in the attribute configuration information, a second data source corresponding to the table content, an association relationship between the first data source and the second data source and a father-son relationship; the tree structure diagram includes at least two layers of relationships.
The parent node attribute name is a node attribute identifier with a subordinate node.
Specifically, the parent node attribute name entered by the user in the parent node configuration control. The terminal acquires the attribute names of the father nodes input in the father node configuration control, and sets the nodes corresponding to the attribute names of the father nodes as father nodes. The terminal further stores the father-son relationship between the father node and the child node under the father node to the attribute configuration information. And finally, the terminal generates a tree structure diagram corresponding to the target report and at least comprising two layers of relations according to the first data source corresponding to the node in the attribute configuration information, the second data source corresponding to the table content, the association relation between the first data source and the second data source and the father-son relation. It will be appreciated that the generated tree structure includes at least two levels of relationships due to the parent-child relationships between nodes.
In this embodiment, in the tree structure diagram having only the root node and the leaf node, the tree structure diagram corresponding to the target report and including at least two-layer relationships can be generated by acquiring the attribute name of the parent node input by the attribute configuration control of the parent node. Therefore, when the user can check the tree structure diagram with clearer regulations to select the nodes, the user can quickly and accurately find the child nodes to be selected according to the father nodes.
In one embodiment, before acquiring the attribute configuration information of the preset control corresponding to the target report when receiving the triggering operation for the preset control, the method further includes: responding to a triggering operation aiming at attribute configuration of a preset control, and displaying an attribute configuration page of the preset control; acquiring a table filtering condition set in an attribute configuration page; the table filtering condition comprises a field of table contents to be filtered out in the original target report; and determining the table content of the original target report corresponding to the fields of the table content according to the table filtering condition, and displaying the table content which only contains the fields of the original target report and corresponds to the fields of the table content in a target report display area in a report display interface.
The original target report is a complete report without table content filtering.
Specifically, the terminal responds to a triggering operation aiming at attribute configuration of the preset control, and displays an attribute configuration page of the preset control. And filling the table filtering condition configuration items in the attribute configuration page by the user into the fields of the table contents of the target report. The terminal obtains the table filtering conditions set in the attribute configuration page, and determines the table contents of the original target report corresponding to the fields of the table contents according to the table filtering conditions. And finally, the terminal displays the table content corresponding to the fields of the table content in the original target report in the target report display area in the report display interface.
In one embodiment, the target report containing only the table contents filtered according to the table filtering condition may be the initial target report in step 102, that is, the target report after preliminary filtering based on the table filtering condition. Then, the user can trigger the preset control to trigger and generate a tree structure diagram corresponding to the preliminarily filtered target report, and the tree structure diagram and the preliminarily filtered target report are associated and displayed. In other embodiments, the terminal may also generate a complete tree structure diagram corresponding to the original target report based on the original target report that is not preliminarily filtered according to the table filtering condition, and perform association display on the tree structure diagram and the preliminarily filtered target report.
In one embodiment, before acquiring the attribute configuration information of the preset control corresponding to the target report when receiving the triggering operation for the preset control, the method further includes: responding to a triggering operation aiming at attribute configuration of a preset control, and displaying an attribute configuration page of the preset control; acquiring a table query field set in an attribute configuration page; the table query field comprises a header field of the table content of the target report to be filtered; according to the table query field, determining table contents corresponding to the table header field of the initial target report corresponding to the table query field, and displaying the table contents corresponding to the table header field of the target report corresponding to the table query field only in a target report display area in the report display interface.
Specifically, the terminal responds to a triggering operation aiming at attribute configuration of the preset control, and displays an attribute configuration page of the preset control. And (5) the user queries a field configuration item in the table in the attribute configuration page and fills in the header field of the table content of the target report. The terminal obtains a table query field set in the attribute configuration page, and determines the table content of the target report corresponding to the header field of the table content according to the table query field. And finally, the terminal displays the table content of the target report corresponding to the header field of the table content only in a target report display area in the report display interface.
In one embodiment, the target report including only the filtered table contents according to the table query field may be the initial target report in step 102, that is, the target report after preliminary filtering based on the table query field. Then, the user can trigger the preset control to trigger and generate a tree structure diagram corresponding to the preliminarily filtered target report, and the tree structure diagram and the preliminarily filtered target report are associated and displayed. In other embodiments, the terminal may also generate a complete tree structure diagram corresponding to the original target report based on the original target report that is not preliminarily filtered according to the table query field, and perform association display on the tree structure diagram and the preliminarily filtered target report.
In one embodiment, when the table query field and the table filtering condition are set in the attribute configuration page, the terminal may determine, according to the table query field, table contents corresponding to the table query field in the original target report; determining the table contents corresponding to the fields of the table contents in the original target report according to the table filtering conditions; and after the double filtering operation is carried out on the original target report, displaying corresponding table contents in a target report display area in a report display interface. The double filtering operation is to perform filtering according to the form query field and then perform filtering according to the form filtering condition. Specifically, the terminal acquires a trigger operation responding to attribute configuration of a preset control, and displays an attribute configuration page of the preset control. The user may enter attribute configuration information in a form query field configuration item and a form filter condition configuration item in the attribute configuration page. The terminal obtains and analyzes the form query field and the form filtering condition set in the attribute configuration page. After analysis, the terminal determines the header field corresponding to the table query field in the original target report according to the table query field, further determines the table content corresponding to the header field, and then determines the table content corresponding to the field of the table content in the original target report according to the table filtering condition. Further, after the terminal performs double filtering operation on the target report, corresponding table contents are displayed in a target report display area in a report display interface.
As in FIG. 6, an effect diagram generated from the form query field "type code" is shown. When the user fills in the "type code" in the configuration item of the "form query field". The terminal obtains a table query field set in the attribute configuration page, and determines table contents corresponding to a table header field of the target report corresponding to the table query field according to the table query field. Finally, the terminal displays the table content corresponding to the table header field of the target report corresponding to the table query field only in the target report display area in the report display interface, and the tree structure diagram in association display is a complete tree structure diagram corresponding to the unfiltered original target report.
In one embodiment, before acquiring the attribute configuration information of the preset control corresponding to the target report when receiving the triggering operation for the preset control, the method further includes: responding to a triggering operation aiming at attribute configuration of a preset control, and displaying an attribute configuration page of the preset control; acquiring tree filtering conditions set in an attribute configuration page; the tree filtering condition includes a field of a node in the tree structure diagram to be filtered out. In this embodiment, generating a tree structure diagram corresponding to a target report according to a first data source corresponding to a node in attribute configuration information, a second data source corresponding to a table content, and an association relationship between the first data source and the second data source includes: and filtering out nodes for generating the tree structure diagram from the attribute configuration information according to the tree filtering condition, and generating the tree structure diagram according to the first data source corresponding to the filtered nodes, the second data source of the table content related to the filtered nodes and the association relation between the first data source and the second data source. In a report presentation interface, performing association presentation on the tree structure diagram and the target report, including: and displaying the generated tree structure diagram only containing the filtered nodes in the report display interface, and displaying the table contents associated with the nodes in the tree structure diagram in the target report.
Specifically, the terminal responds to a triggering operation aiming at attribute configuration of the preset control, and displays an attribute configuration page of the preset control. The user filters the condition item in the tree in the attribute configuration page, and fills the field of the node in the tree structure diagram. The terminal acquires tree filtering conditions set in the attribute configuration page, filters nodes for generating a tree structure diagram from the attribute configuration information according to the tree filtering conditions, and generates the tree structure diagram according to a first data source corresponding to the filtered nodes, a second data source of table contents related to the filtered nodes and an association relation between the first data source and the second data source. Finally, the terminal performs association display on the tree structure diagram and the target report in the report display interface, and the method comprises the following steps: and displaying the generated tree structure diagram only containing the filtered nodes in the report display interface, and displaying the table contents associated with the nodes in the tree structure diagram in the target report.
It should be understood that, although the steps in the flowchart of fig. 1 are shown in sequence as indicated by the arrows, the steps are not necessarily performed in sequence as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least a portion of the steps in fig. 1 may include a plurality of steps or stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of the steps or stages is not necessarily sequential, but may be performed in rotation or alternatively with at least a portion of the steps or stages in other steps or other steps.
In one embodiment, as shown in FIG. 7, a report presentation device 700 is provided, comprising: a presentation module 702, an acquisition module 704, and a generation module 706, wherein:
And the display module 702 is used for displaying the initial target report in the report display interface.
And the obtaining module 704 is configured to obtain attribute configuration information of the preset control corresponding to the target report when receiving a trigger operation for the preset control.
The generating module 706 is configured to generate a tree structure diagram corresponding to the target report according to the first data source corresponding to the node in the attribute configuration information, the second data source corresponding to the table content, and the association relationship between the first data source and the second data source, and associate the node in the tree structure diagram with the table content in the target report.
The display module 702 is further configured to perform association display on the tree structure diagram and the target report in the report display interface.
The display module 702 is further configured to filter table contents of the target report when a trigger operation for a node in the tree structure diagram is received, and display, in the target report, remaining table contents associated with the node after filtering.
In one embodiment, the display module 702 is further configured to display a tree structure diagram in a left area in the report display interface and associate and display the target report in a right area of the report display interface when the preset control is a left tree right list control.
In one embodiment, the exhibition module 702 is further configured to, when receiving a trigger operation for a node in the tree structure diagram, generate a filtering condition corresponding to the triggered node; filtering the table content of the target report according to the filtering condition; the table contents associated with the nodes remaining from the filtering are shown.
In one embodiment, the presentation module 702 is further configured to, in response to a re-triggering operation on the preset control, disable presentation of the tree structure diagram in the report presentation interface.
As shown in fig. 8, in one embodiment, the apparatus further comprises:
A configuration module 701, configured to respond to a trigger operation for attribute configuration of a preset control, and display an attribute configuration page of the preset control; acquiring a first data source corresponding to a node in a tree structure diagram, a second data source corresponding to table contents in a target report and a query association field, which are set in an attribute configuration page; the query association field is a class name of the target report corresponding to the second data source after the table content is classified, and the nodes in the corresponding tree structure diagram in the first data source have the same and unique node identification corresponding to the class name; determining an association relationship between the first data source and the second data source according to the query association field; and generating attribute configuration information of the preset control corresponding to the target report according to the first data source, the second data source and the association relation.
In one embodiment, the configuration module 701 is further configured to obtain a data source input in a tree query object configuration item of the attribute configuration page, so as to obtain a first data source corresponding to each node in the tree structure diagram; or acquiring the data source input in the tree node configuration item of the attribute configuration page to obtain a first data source corresponding to the designated node in the tree structure diagram.
In one embodiment, the configuration module 701 is further configured to obtain a parent node attribute name input in the parent node configuration control, so as to set a node corresponding to the parent node attribute name as a parent node; and saving the father-son relationship between the father node and the child node under the father node to the attribute configuration information.
In one embodiment, the generating module 706 is further configured to generate a tree structure diagram corresponding to the target report according to the first data source corresponding to the node in the attribute configuration information, the second data source corresponding to the table content, the association relationship between the first data source and the second data source, and the parent-child relationship; the tree structure diagram includes at least two layers of relationships.
For specific limitations of the report presentation device, reference may be made to the above limitation of the report presentation method, and no further description is given here. All or part of the modules in the report presentation device can be realized by software, hardware and a combination thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, a computer device is provided, which may be a terminal, and the internal structure thereof may be as shown in fig. 9. The computer device includes a processor, a memory, a communication interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The communication interface of the computer device is used for carrying out wired or wireless communication with an external terminal, and the wireless mode can be realized through WIFI, an operator network, NFC (near field communication) or other technologies. The computer program, when executed by a processor, implements a report presentation method. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, can also be keys, a track ball or a touch pad arranged on the shell of the computer equipment, and can also be an external keyboard, a touch pad or a mouse and the like.
It will be appreciated by persons skilled in the art that the architecture shown in fig. 9 is merely a block diagram of some of the architecture relevant to the present inventive arrangements and is not limiting as to the computer device to which the present inventive arrangements are applicable, and that a particular computer device may include more or fewer components than shown, or may combine some of the components, or have a different arrangement of components.
In one embodiment, a computer device is provided that includes a memory having a computer program stored therein and a processor that when executing the computer program implements the report presentation method of the various embodiments described above.
In one embodiment, a computer readable storage medium is provided having a computer program stored thereon, which when executed by a processor, implements the report presentation method of the various embodiments described above.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, or the like. Volatile memory can include random access memory (Random Access Memory, RAM) or external cache memory. By way of illustration, and not limitation, RAM can be in various forms such as static random access memory (Static Random Access Memory, SRAM) or dynamic random access memory (Dynamic Random Access Memory, DRAM), etc.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples illustrate only a few embodiments of the application, which are described in detail and are not to be construed as limiting the scope of the application. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the application, which are all within the scope of the application. Accordingly, the scope of protection of the present application is to be determined by the appended claims.
Claims (10)
1. A report presentation method, the method comprising:
Displaying an initial target report in a report display interface; the report display interface is a user-oriented operation interface for displaying report related information;
when a triggering operation for a preset control is received, acquiring attribute configuration information of the preset control corresponding to the target report; the preset control is a control which is pre-configured with attribute information corresponding to the target report and is used for triggering and generating a tree structure diagram corresponding to the target report;
Generating a tree structure diagram corresponding to the target report according to a first data source corresponding to a node in the attribute configuration information, a second data source corresponding to table contents and an association relation between the first data source and the second data source, and associating the node in the tree structure diagram with the table contents in the target report; the nodes in the tree structure diagram are obtained according to key fields of the table contents after the duplication is removed by the table contents of the target report;
in the report display interface, carrying out association display on the tree structure diagram and the target report;
When a trigger operation aiming at a node in the tree structure diagram is received, filtering table contents of the target report, and displaying the filtered table contents related to the node in the target report;
Responding to the re-triggering operation of the preset control, and enabling the tree structure diagram not to be displayed in the report display interface;
When receiving a trigger operation for a node in the tree structure diagram, filtering table contents of the target report, and displaying the filtered remaining table contents associated with the node in the target report, wherein the method comprises the following steps:
when a triggering operation aiming at a node in the tree structure diagram is received, generating a filtering condition corresponding to the triggered node;
filtering the table content of the target report according to the filtering condition;
the table contents associated with the nodes that remain filtered are shown.
2. The method according to claim 1, wherein said associating and displaying the tree structure diagram with the target report in the report presentation interface includes:
When the preset control is a left tree right table control, the tree structure diagram is displayed in a left area of the report display interface, and the target report is displayed in a right area of the report display interface in an associated mode.
3. The method of claim 1, wherein prior to the obtaining attribute configuration information for the preset control corresponding to the target report when the trigger operation for the preset control is received, the method further comprises:
Responding to triggering operation aiming at attribute configuration of a preset control, and displaying an attribute configuration page of the preset control;
Acquiring a first data source corresponding to a node in a tree structure diagram arranged in the attribute configuration page, a second data source corresponding to table contents in the target report, and a query association field; the query association field is a class name of the target report corresponding to the second data source after the table content is classified, and the nodes in the tree structure diagram corresponding to the first data source have the same and unique node identification corresponding to the class name; determining an association relationship between the first data source and the second data source according to the query association field;
And generating attribute configuration information of the preset control corresponding to the target report according to the first data source, the second data source and the association relation.
4. The method of claim 3, wherein the obtaining a first data source corresponding to a node in a tree structure diagram set in the attribute configuration page includes:
Acquiring data sources input in a tree query object configuration item of the attribute configuration page, and obtaining first data sources corresponding to nodes in a tree structure diagram; or alternatively, the first and second heat exchangers may be,
And acquiring the data sources input in the tree node configuration items of the attribute configuration page, and obtaining a first data source corresponding to the designated node in the tree structure diagram.
5. A method according to claim 3, characterized in that the method further comprises:
acquiring a parent node attribute name input in a parent node configuration control in the attribute configuration page so as to set a node corresponding to the parent node attribute name as a parent node;
Storing the father-son relationship between the father node and the child node under the father node to the attribute configuration information;
The generating a tree structure diagram corresponding to the target report according to a first data source corresponding to a node in the attribute configuration information, a second data source corresponding to table content, and an association relationship between the first data source and the second data source, includes:
Generating a tree structure diagram corresponding to the target report according to a first data source corresponding to a node in the attribute configuration information, a second data source corresponding to table contents, an association relationship between the first data source and the second data source and the father-son relationship; the tree structure diagram includes at least two layers of relationships.
6. The method of claim 3, wherein the attribute configuration page includes tree query object configuration items and tree node configuration items, and at least one configuration item of parent node attribute names, tree filtering conditions, table query objects, query association fields, table query fields, table filtering conditions, and root node names.
7. A report presentation device, the device comprising:
the display module is used for displaying an initial target report in the report display interface; the report display interface is a user-oriented operation interface for displaying report related information;
The acquisition module is used for acquiring attribute configuration information of the preset control corresponding to the target report when receiving triggering operation for the preset control; the preset control is a control which is pre-configured with attribute information corresponding to the target report and is used for triggering and generating a tree structure diagram corresponding to the target report;
The generation module is used for generating a tree structure diagram corresponding to the target report according to a first data source corresponding to the node in the attribute configuration information, a second data source corresponding to the table content and an association relation between the first data source and the second data source, and associating the node in the tree structure diagram with the table content in the target report; the nodes in the tree structure diagram are obtained according to key fields of the table contents after the duplication is removed by the table contents of the target report;
the display module is further used for carrying out association display on the tree structure diagram and the target report in the report display interface; responding to the re-triggering operation of the preset control, and enabling the tree structure diagram not to be displayed in the report display interface;
The display module is further used for filtering the table contents of the target report when receiving the triggering operation for the nodes in the tree structure diagram, and displaying the residual table contents associated with the nodes after filtering in the target report;
The display module is further used for generating a filtering condition corresponding to the triggered node when receiving the triggering operation for the node in the tree structure diagram; filtering the table content of the target report according to the filtering condition; the table contents associated with the nodes that remain filtered are shown.
8. The apparatus of claim 7, wherein the presentation module is further configured to present the tree structure diagram in a left region of the report presentation interface and to present the target report in association in a right region of the report presentation interface when the preset control is a left tree right list control.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1 to 6 when the computer program is executed.
10. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011237717.XA CN112433712B (en) | 2020-11-09 | 2020-11-09 | Report display method, report display device, computer equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011237717.XA CN112433712B (en) | 2020-11-09 | 2020-11-09 | Report display method, report display device, computer equipment and storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112433712A CN112433712A (en) | 2021-03-02 |
CN112433712B true CN112433712B (en) | 2024-10-18 |
Family
ID=74700566
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011237717.XA Active CN112433712B (en) | 2020-11-09 | 2020-11-09 | Report display method, report display device, computer equipment and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112433712B (en) |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112966040A (en) * | 2021-03-29 | 2021-06-15 | 深圳市优必选科技股份有限公司 | Method, device, terminal and storage medium for converting data structure |
CN113504901A (en) * | 2021-06-28 | 2021-10-15 | 东莞市小精灵教育软件有限公司 | Tree form control generation method, device, equipment and storage medium |
CN113900561B (en) * | 2021-10-27 | 2023-07-25 | 北京字跳网络技术有限公司 | Form processing method, form processing device, electronic equipment, medium and program product |
CN113761859B (en) * | 2021-11-09 | 2022-04-12 | 武汉先峰数据有限公司 | Electronic report definition method and device and electronic equipment |
CN114141322B (en) * | 2021-12-14 | 2024-12-20 | 浙江太美医疗科技股份有限公司 | Clinical trial analysis report configuration method, device and computer equipment |
CN114398864A (en) * | 2022-01-13 | 2022-04-26 | 平安普惠企业管理有限公司 | Report display method, device, equipment and storage medium |
CN114491172B (en) * | 2022-04-07 | 2022-08-05 | 深圳竹云科技股份有限公司 | Rapid retrieval method, device and equipment for tree structure nodes and storage medium |
CN117707376A (en) * | 2023-12-28 | 2024-03-15 | 北京字跳网络技术有限公司 | Information interaction methods, devices and electronic equipment |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040117731A1 (en) * | 2002-09-27 | 2004-06-17 | Sergey Blyashov | Automated report building system |
US7281018B1 (en) * | 2004-05-26 | 2007-10-09 | Microsoft Corporation | Form template data source change |
CN1992636B (en) * | 2005-12-29 | 2010-04-21 | 华为技术有限公司 | A system and method for processing alarm information |
CN105488073A (en) * | 2014-09-26 | 2016-04-13 | 北京神州泰岳软件股份有限公司 | Method and device for generating report header |
CN107329942A (en) * | 2017-06-28 | 2017-11-07 | 深圳市康必达中创科技有限公司 | Report form generation method and device based on tree structure |
CN109308284B (en) * | 2018-09-28 | 2023-09-19 | 中国平安财产保险股份有限公司 | Report menu generation method and device, computer equipment and storage medium |
CN109388791B (en) * | 2018-09-28 | 2024-05-14 | 中国平安财产保险股份有限公司 | Dynamic diagram display method and device, computer equipment and storage medium |
US11294645B2 (en) * | 2019-04-02 | 2022-04-05 | Gavriel Loria | Visual virtual programming machine for real-time interactive creation, playback, execution, inspection and manipulation of programming elements |
-
2020
- 2020-11-09 CN CN202011237717.XA patent/CN112433712B/en active Active
Also Published As
Publication number | Publication date |
---|---|
CN112433712A (en) | 2021-03-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112433712B (en) | Report display method, report display device, computer equipment and storage medium | |
CN109656921B (en) | Organization architecture data processing method, device, computer equipment and storage medium | |
WO2020253059A1 (en) | Method and apparatus for implementing multi-stage linkage drop-down box, and computer device | |
CN114115844A (en) | Page generating method, apparatus, computer equipment and storage medium | |
CN115544183A (en) | Data visualization method and device, computer equipment and storage medium | |
CN112835886A (en) | Data table field adding method and device | |
CN116204172A (en) | Code generation method, device, apparatus, medium and program product | |
CN114036171A (en) | Application data management method and device, computer equipment and storage medium | |
CN118245699A (en) | Page acquisition method, device, equipment, storage medium and computer program product | |
CN109871214B (en) | Program code generation method, program code generation device, computer device, and storage medium | |
CN115617774A (en) | Data processing method and device based on configuration management system and computer equipment | |
CN113407261A (en) | Data configuration method and device and computer equipment | |
CN117112654B (en) | City data display method, device, computer equipment and storage medium | |
CN113961110B (en) | User operation response method, device, computer equipment and storage medium | |
CN119311312B (en) | Code combining state detection method, apparatus, device, readable storage medium and program product | |
CN116700725B (en) | Page generation method, page generation device, computer equipment and storage medium | |
CN117033452A (en) | Database processing method, device, computer equipment and storage medium | |
CN117389605A (en) | Service interface configuration method, device, equipment, storage medium and program product | |
CN118132656A (en) | Knowledge graph construction method, knowledge graph construction device, computer equipment and storage medium | |
CN116432229A (en) | Browser screen capture prevention method, device, computer equipment, medium and program product | |
CN118133316A (en) | Authority processing method, device, equipment and readable storage medium | |
CN117193924A (en) | Page display method and device and computer equipment | |
CN116775955A (en) | Data tag solidifying method, device, computer equipment and storage medium | |
CN117389601A (en) | Financial software influence traceability analysis method, device, equipment and storage medium | |
CN117370281A (en) | Data maintenance method, device, computer equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |