CN112380482A - Modal frame component capable of dynamically configuring label page - Google Patents

Modal frame component capable of dynamically configuring label page Download PDF

Info

Publication number
CN112380482A
CN112380482A CN202011440765.9A CN202011440765A CN112380482A CN 112380482 A CN112380482 A CN 112380482A CN 202011440765 A CN202011440765 A CN 202011440765A CN 112380482 A CN112380482 A CN 112380482A
Authority
CN
China
Prior art keywords
page
label
main control
module
data
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.)
Granted
Application number
CN202011440765.9A
Other languages
Chinese (zh)
Other versions
CN112380482B (en
Inventor
杨佳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN202011440765.9A priority Critical patent/CN112380482B/en
Publication of CN112380482A publication Critical patent/CN112380482A/en
Application granted granted Critical
Publication of CN112380482B publication Critical patent/CN112380482B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04842Selection of displayed objects or displayed text elements

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to the field of front ends, in particular to a modal frame assembly capable of dynamically configuring a tab, which realizes interactive logic and title styles of the dynamically configured tab and greatly improves the use efficiency and reusability. The invention comprises an interface module, a main control module and a style module; the interface module is used for acquiring tag data transmitted by an external component, correspondingly processing the tag data and transmitting the processed tag data to the main control module; the main control module is used for carrying out secondary processing on the received label data, and constructing a corresponding model and registering a click event; the style module is used for dynamically rendering corresponding styles according to the corresponding models; when a register click event is triggered, the main control module transmits the triggered click event to the interface module and the style module, the interface module transmits click event information to an external component, and the style module re-renders a page according to data change generated by the click event. The invention is suitable for dynamically configuring the label page.

Description

Modal frame component capable of dynamically configuring label page
Technical Field
The invention relates to the field of front ends, in particular to a modal frame assembly capable of dynamically configuring a tab.
Background
The general technical method for realizing the dynamic label page modal frame in the field of the front end at present is as follows: firstly, a title part of a tab page which can be clicked and switched is made inside a modal frame assembly, a unique identifier is given to each title, then a content part of each tab is made, a unique identifier is given to each content as a whole, when the title is clicked and switched, the clicked title identifier is matched with all content identifiers, finally, the page is rendered to be matched with the content, and a selected style is added to the clicked title.
But the defects are as follows: such tab page modals are each static modal page. Each tab page modal box requires a user to manually add all interaction logics and title styles of the tab page, so that the development steps are complicated, the efficiency is low, and the reusability is not available.
Disclosure of Invention
The invention aims to provide a modal frame component capable of dynamically configuring a tab, which realizes the interactive logic and the title style of the dynamically configured tab, greatly improves the use efficiency and reusability and simplifies the development process.
The invention adopts the following technical scheme to realize the purpose, and the modal frame assembly capable of dynamically configuring the label page comprises an interface module, a main control module and a style module;
the interface module is used for acquiring tag data transmitted by an external component, correspondingly processing the tag data and transmitting the processed tag data to the main control module;
the main control module is used for carrying out secondary processing on the received label data, and constructing a corresponding model and registering a click event;
the style module is used for dynamically rendering corresponding styles according to the corresponding models;
when a register click event is triggered, the main control module transmits the triggered click event to the interface module and the style module, the interface module transmits click event information to an external component, and the style module re-renders a page according to data change generated by the click event.
Further, the tag data includes a tag array and identification information;
the tag array comprises tag page title contents and corresponding tag page identifications;
the identification information includes: whether to display identification information of the tab page, whether to have addition and deletion functions, and whether to display identification information of the tab page by default.
Further, the processing the tag data accordingly includes: the interface module judges whether the identification information of the label page is displayed, if so, the label data is transmitted to the control module, otherwise, the main control module is informed not to display the label page.
Further, the processing the tag data accordingly includes: the interface module judges whether the identification information has the adding and deleting functions, if the identification information has the adding and deleting functions, the interface module informs the main control module to add the adding identification and the deleting identification behind the label page, and otherwise, the interface module informs the main control module that the identification information does not have the adding and deleting functions.
Further, the secondary processing of the received tag data by the main control module includes: if the main control module receives a notice that the addition identifier and the deletion identifier are added behind the tag page, a deletable identifier is added to each tag of the tag array, a deletion event is bound, a newly added data is added at the end of the tag array, and the newly added event is bound.
Further, when a page interaction is performed to trigger an adding or deleting event registered by the main control module, if the adding event is the adding event, the main control module adds a label before the last item of the page datamation model, if the deleting event is the deleting event, the main control module directly deletes the corresponding item to be deleted after being matched in the page datamation model, and then transmits the change to the interface module and transmits the changed data to the style module.
Further, the processing the tag data correspondingly includes: the interface module judges the identification information of the default display label page, and if the default display label page is empty, the first label page identification of the default label array is taken as the default display label page identification and is transmitted to the main control module; and if not, continuously judging whether the default label page identification exists in the label array data, if so, transmitting the label page identification to the main control module, otherwise, taking the first label page identification of the label array as the default displayed label page identification and transmitting the label page identification to the main control module.
Further, the secondary processing of the received tag data by the main control module includes: and after receiving the default display label page identification data transmitted by the interface module, the main control module matches the label page identifications in the label array, adds selected identifications to the matched labels, and adds unselected identifications if the matched labels are not matched.
Further, the secondary processing of the received tag data by the main control module includes: the main control module judges whether the identification information of the label page is displayed or not, if the label page is displayed, the label array is taken out circularly, a title and a content module slot of each label are set, the unique identification of the corresponding label is bound, then a page data model incoming style module is built, a registration click event is added to each title, and if the label page is not displayed, a universal content model is directly set and the label page directly enters the incoming style module.
Further, the performing dynamic rendering of the corresponding style according to the corresponding model includes:
if the style module only receives one universal content model, the data model of the tag array is not analyzed, and the tag array is directly rendered into a common single-page mode frame;
if a page data model of the tag array is received, performing pattern matching rendering according to the configuration of each tag; in the matching process, if the selected identification is matched, adding the selected style, otherwise, adding the unselected style;
and if the label is matched with the deletable identifier, adding a delete button to the label, and if the label is matched with the newly added data, adding a newly added button behind the last label.
According to the method, a title part with a tab page capable of being clicked and switched is not made in a modal frame assembly, the tab data to be displayed is dynamically transmitted, the corresponding model is constructed after the tab data is correspondingly processed, the corresponding pattern is rendered through the model, manual addition is not needed each time, and dynamic rendering of the pattern is realized; by registering the click event, the dynamic addition of interactive logic and the dynamic interaction between modules are realized, the use efficiency and the reusability are greatly improved, and the development process is simplified.
Drawings
FIG. 1 is a block diagram of the structure of the modal box component of the dynamically configurable tab page of the present invention.
FIG. 2 is a schematic diagram of the workflow between the modal box component modules of the dynamically configurable tab page of the present invention.
Detailed Description
The invention discloses a modal frame assembly capable of dynamically configuring a label page, which comprises an interface module, a main control module and a style module;
the interface module is used for acquiring tag data transmitted by an external component, correspondingly processing the tag data and transmitting the processed tag data to the main control module;
the main control module is used for carrying out secondary processing on the received label data, and constructing a corresponding model and registering a click event;
the style module is used for dynamically rendering corresponding styles according to the corresponding models;
when a register click event is triggered, the main control module transmits the triggered click event to the interface module and the style module, the interface module transmits click event information to an external component, and the style module re-renders a page according to data change generated by the click event.
The tag data comprises a tag array and identification information;
the tag array comprises tag page title contents and corresponding tag page identifications;
the identification information includes: whether to display identification information of the tab page, whether to have addition and deletion functions, and whether to display identification information of the tab page by default.
The corresponding processing of the tag data comprises: the interface module judges whether the identification information of the label page is displayed, if so, the label data is transmitted to the control module, otherwise, the main control module is informed not to display the label page.
The corresponding processing of the tag data comprises: the interface module judges whether the identification information has the adding and deleting functions, if the identification information has the adding and deleting functions, the interface module informs the main control module to add the adding identification and the deleting identification behind the label page, and otherwise, the interface module informs the main control module that the identification information does not have the adding and deleting functions.
The main control module carries out secondary processing on the received label data and comprises the following steps: if the main control module receives a notice that the addition identifier and the deletion identifier are added behind the tag page, a deletable identifier is added to each tag of the tag array, a deletion event is bound, a newly added data is added at the end of the tag array, and the newly added event is bound.
When a page interaction triggers an adding or deleting event registered by the main control module, if the event is added, the main control module adds a label before the last item of the page datamation model, if the event is deleted, the main control module directly deletes the corresponding item to be deleted after matching the corresponding item in the page datamation model, and then transmits the change to the interface module and transmits the changed data to the style module.
The corresponding processing of the tag data further comprises: the interface module judges the identification information of the default display label page, and if the default display label page is empty, the first label page identification of the default label array is taken as the default display label page identification and is transmitted to the main control module; and if not, continuously judging whether the default label page identification exists in the label array data, if so, transmitting the label page identification to the main control module, otherwise, taking the first label page identification of the label array as the default displayed label page identification and transmitting the label page identification to the main control module.
The main control module carries out secondary processing on the received label data and comprises the following steps: and after receiving the default display label page identification data transmitted by the interface module, the main control module matches the label page identifications in the label array, adds selected identifications to the matched labels, and adds unselected identifications if the matched labels are not matched.
The main control module carries out secondary processing on the received label data and comprises the following steps: the main control module judges whether the identification information of the label page is displayed or not, if the label page is displayed, the label array is taken out circularly, a title and a content module slot of each label are set, the unique identification of the corresponding label is bound, then a page data model incoming style module is built, a registration click event is added to each title, and if the label page is not displayed, a universal content model is directly set and the label page directly enters the incoming style module.
The dynamic rendering of the corresponding pattern according to the corresponding model comprises:
if the style module only receives one universal content model, the data model of the tag array is not analyzed, and the tag array is directly rendered into a common single-page mode frame;
if a page data model of the tag array is received, performing pattern matching rendering according to the configuration of each tag; in the matching process, if the selected identification is matched, adding the selected style, otherwise, adding the unselected style;
and if the label is matched with the deletable identifier, adding a delete button to the label, and if the label is matched with the newly added data, adding a newly added button behind the last label.
The structure block diagram of the modal frame assembly capable of dynamically configuring the label page comprises an interface module, a main control module and a style module, wherein the interface module transmits acquired data into the main control module, the main control module transmits the data into the style module for rendering after processing, the interface module and the style module are informed when a main control registration click event is triggered, and the interface module sends the message to an external assembly; for example, an addition or deletion event triggering the registration of the main control module, the main control module sends the addition or deletion event to the interface module and the style module.
According to the invention, a workflow diagram among modal frame component modules of a label page can be dynamically configured, as shown in fig. 2, after an interface module receives incoming data, whether an identifier of the label page is displayed or not and whether the identifier has an adding function or a deleting function or not are judged, if the identifier of the label page is displayed, label data is transmitted to a control module, otherwise, a main control module is informed not to display the label page; if the tag page has the adding and deleting functions, informing the main control module of adding an adding identifier and a deleting identifier behind the tag page, otherwise informing the main control module of not having the adding and deleting functions;
whether the default displayed label page identification is empty or not is also judged, and if the default displayed label page identification is empty, the first label page identification of the label array is taken as the default displayed label page identification and is transmitted to the main control module; and if not, continuously judging whether the default label page identification exists in the label array data, if so, transmitting the label page identification to the main control module, otherwise, taking the first label page identification of the label array as the default displayed label page identification and transmitting the label page identification to the main control module.
After receiving the data, the main control module judges whether the label page is displayed or not, if the label page is not displayed, a general content model is directly set, and then the page datamation model is transmitted into the style model; if the page tags are displayed, circularly taking out tag arrays, setting a title and a content module slot of each tag, binding a unique identifier of the corresponding tag, constructing a page data model, transmitting the page data model to a style module, and adding a registration click event to each title;
then judging whether the tag array has the adding and deleting functions, adding a deletable identifier to each tag of the tag array, binding a deleting event, adding a newly added data at last in the tag array, and binding the newly added event; if not, the main control module matches the label page identification in the label array after receiving the default display label page identification data transmitted by the interface module, adds the selected identification to the matched label, and adds the unselected identification if the matched label is not matched; then, the page datamation model is transmitted into a style module;
judging whether the model is a general content model or not during style rendering, if so, directly rendering the model into a common single-page mode frame without analyzing the datamation model of the tag array, and finishing style rendering; if the content model is not the universal content model, performing pattern matching rendering according to the configuration of each label; in the matching process, if the selected identification is matched, adding the selected style, otherwise, adding the unselected style; and if the label is matched with the deletable identifier, adding a delete button to the label, and if the label is matched with the newly added data, adding a newly added button behind the last label.
In specific implementation, a type attribute can be set to receive whether a tab page identifier is displayed (default is default), a tab attribute receiving tab array (default is null array) is set, showadtedtab attribute receiving is set to have a newly added function (default is false), showaddeletetab attribute receiving is set to have a deletion function (default is false), and an activedTab attribute is set to receive the default displayed tab page identifier;
assume the type attribute, whose value is tab, passed into the component; an afferent tab attribute having a value of [ { title: 'tag 1', key: '1' }, { title: 'tag 2', key: '2' }; transmitting a showAddTab attribute with the value of true; the showDeleteTab attribute is transmitted, and the value of the attribute is true; an incoming activedTab attribute with a value of '1';
setting an interfaceFunction method for processing incoming data, wherein the method judges that the value of an incoming activedTab attribute is not null and exists in the value of an incoming tab attribute, and the value of activedTab is kept unchanged;
setting a generateDataModel method for constructing a datamation model, taking out each label through a for-loop tab attribute, judging that the showDeleteTab attribute is true, adding a showDelete attribute to each label, wherein the value of the showDelete attribute is true, and the showDelete attribute is used for processing a label deleting event; judging that the property of showAddTab is true, adding a newly added button behind the last label, and adding an addFunction event for processing the newly added label event; judging that the activedTab attribute is matched with the key value of the first label item, adding an isactive attribute with the value of true to the first label item to represent the current default selected label, and adding an isactive attribute with the value of false to the label items with unmatched key values to represent the unselected labels;
setting a paintView method for rendering a datamation model as a page, taking out each item of label through a for-loop tab attribute, judging the showDeleteTab attribute as true, rendering a deletion button on the left side of each item of label, and binding a deleteFunction event for processing a label deletion event; judging that the property of showAddTab is true, rendering a newly added button behind the last label, and binding an addFunction event for processing the newly added label event; judging that the value of the isactive attribute of the current label item is true, adding a class style named is-active to the current label, and not adding the class style if the isactive attribute values of the other label items are false;
setting a changeTab method for processing a click event, taking a current click label item as an incoming parameter, transmitting a key value of the current click label item to an activedTab attribute, calling a paintView method, re-rendering a style, simultaneously sending a change event to the outside of the assembly, and transmitting the key value of the current click label page;
setting an addFunction method for processing a newly added event, wherein an incoming parameter needs a title attribute and a key attribute, adding the incoming parameter to the front of the last item in the tab array, then calling a generateDataModel method to construct a datamation model, then calling a paintView method, and re-rendering a pattern;
the deleteFunction method is set to be used for processing a deleting event, a key value of a label page required by a parameter is transmitted, an item with the same key value is matched in a tab array, the index of the item is recorded as index, the item is deleted through a splice method, a generateDataModel method is called to construct a data model, then a paintView method is called, and a pattern is re-rendered.
In conclusion, the invention realizes the interactive logic and the title style of the dynamic configuration label page, greatly improves the use efficiency and the reusability and simplifies the development process.

Claims (10)

1. The modal frame assembly capable of dynamically configuring the label page is characterized by comprising an interface module, a main control module and a style module;
the interface module is used for acquiring tag data transmitted by an external component, correspondingly processing the tag data and transmitting the processed tag data to the main control module;
the main control module is used for carrying out secondary processing on the received label data, and constructing a corresponding model and registering a click event;
the style module is used for dynamically rendering corresponding styles according to the corresponding models;
when a register click event is triggered, the main control module transmits the triggered click event to the interface module and the style module, the interface module transmits click event information to an external component, and the style module re-renders a page according to data change generated by the click event.
2. A modal box component of a dynamically configurable tab page as recited in claim 1, wherein the tab data comprises an array of tabs and identification information;
the tag array comprises tag page title contents and corresponding tag page identifications;
the identification information includes: whether to display identification information of the tab page, whether to have addition and deletion functions, and whether to display identification information of the tab page by default.
3. A dynamically configurable tabbed modal box component as claimed in claim 2, wherein said respective processing of tab data comprises: the interface module judges whether the identification information of the label page is displayed, if so, the label data is transmitted to the control module, otherwise, the main control module is informed not to display the label page.
4. A modal box component for dynamically configurable tab pages according to claim 2 or 3, wherein said respective processing of tab data further comprises: the interface module judges whether the identification information has the adding and deleting functions, if the identification information has the adding and deleting functions, the interface module informs the main control module to add the adding identification and the deleting identification behind the label page, and otherwise, the interface module informs the main control module that the identification information does not have the adding and deleting functions.
5. The dynamically configurable tab page modal box assembly of claim 4, wherein the secondary processing of the received tab data by the master module comprises: if the main control module receives a notice that the addition identifier and the deletion identifier are added behind the tag page, a deletable identifier is added to each tag of the tag array, a deletion event is bound, a newly added data is added at the end of the tag array, and the newly added event is bound.
6. The modal frame assembly for dynamically configuring tabbed pages as claimed in claim 5, wherein when a page interaction triggers an add or delete event registered by the main control module, if the add event is, the main control module adds a tab before the last item of the page datamation model, if the delete event is, the main control module deletes the tab directly after matching the corresponding item to be deleted in the page datamation model, and then transmits the change to the interface module and transmits the changed data to the style module.
7. The dynamically configurable tab page modal box component of claim 4, wherein said corresponding processing of tab data further comprises: the interface module judges the identification information of the default display label page, and if the default display label page is empty, the first label page identification of the default label array is taken as the default display label page identification and is transmitted to the main control module; and if not, continuously judging whether the default label page identification exists in the label array data, if so, transmitting the label page identification to the main control module, otherwise, taking the first label page identification of the label array as the default displayed label page identification and transmitting the label page identification to the main control module.
8. The dynamically configurable tab page modal frame assembly of claim 7, wherein the secondary processing of the received tab data by the master module further comprises: and after receiving the default display label page identification data transmitted by the interface module, the main control module matches the label page identifications in the label array, adds selected identifications to the matched labels, and adds unselected identifications if the matched labels are not matched.
9. The dynamically configurable tab page modal frame assembly of claim 8, wherein the secondary processing of the received tab data by the master module further comprises: the main control module judges whether the identification information of the label page is displayed or not, if the label page is displayed, the label array is taken out circularly, a title and a content module slot of each label are set, the unique identification of the corresponding label is bound, then a page data model incoming style module is built, a registration click event is added to each title, and if the label page is not displayed, a universal content model is directly set and the label page directly enters the incoming style module.
10. A modal box component for a dynamically configurable tabbed panel in accordance with claim 9, wherein said dynamically rendering corresponding styles in accordance with respective models comprises:
if the style module only receives one universal content model, the data model of the tag array is not analyzed, and the tag array is directly rendered into a common single-page mode frame;
if a page data model of the tag array is received, performing pattern matching rendering according to the configuration of each tag; in the matching process, if the selected identification is matched, adding the selected style, otherwise, adding the unselected style;
and if the label is matched with the deletable identifier, adding a delete button to the label, and if the label is matched with the newly added data, adding a newly added button behind the last label.
CN202011440765.9A 2020-12-07 2020-12-07 Device capable of dynamically configuring label pages Active CN112380482B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011440765.9A CN112380482B (en) 2020-12-07 2020-12-07 Device capable of dynamically configuring label pages

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011440765.9A CN112380482B (en) 2020-12-07 2020-12-07 Device capable of dynamically configuring label pages

Publications (2)

Publication Number Publication Date
CN112380482A true CN112380482A (en) 2021-02-19
CN112380482B CN112380482B (en) 2022-08-16

Family

ID=74590797

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011440765.9A Active CN112380482B (en) 2020-12-07 2020-12-07 Device capable of dynamically configuring label pages

Country Status (1)

Country Link
CN (1) CN112380482B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116661940A (en) * 2023-08-02 2023-08-29 腾讯科技(深圳)有限公司 Component identification method, device, computer equipment and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103914286A (en) * 2012-12-31 2014-07-09 北京新媒传信科技有限公司 Management method and manager for tab page in user interface
CN106371844A (en) * 2016-08-31 2017-02-01 北京奇艺世纪科技有限公司 Method and system for presenting webpage by native user interface assembly
CN106897361A (en) * 2017-01-10 2017-06-27 中电科华云信息技术有限公司 Shipping Options Page system for managing in groups and method based on tree
CN108733375A (en) * 2018-05-29 2018-11-02 厦门白山耘科技有限公司 Web front-end configuration melts forwarding method, device, storage medium and computer equipment
CN109857969A (en) * 2019-01-25 2019-06-07 畅捷通信息技术股份有限公司 Data form view processing method, system and computer readable storage medium
CN109918060A (en) * 2019-01-29 2019-06-21 深圳点猫科技有限公司 A kind of switching method and device for realizing multi-tag page under single window
CN111209508A (en) * 2019-12-26 2020-05-29 浪潮通用软件有限公司 Multi-document display method based on Angular routing mechanism
CN111796808A (en) * 2020-05-27 2020-10-20 福信富通科技股份有限公司 Implementation method based on DAOTable universal list component

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103914286A (en) * 2012-12-31 2014-07-09 北京新媒传信科技有限公司 Management method and manager for tab page in user interface
CN106371844A (en) * 2016-08-31 2017-02-01 北京奇艺世纪科技有限公司 Method and system for presenting webpage by native user interface assembly
CN106897361A (en) * 2017-01-10 2017-06-27 中电科华云信息技术有限公司 Shipping Options Page system for managing in groups and method based on tree
CN108733375A (en) * 2018-05-29 2018-11-02 厦门白山耘科技有限公司 Web front-end configuration melts forwarding method, device, storage medium and computer equipment
CN109857969A (en) * 2019-01-25 2019-06-07 畅捷通信息技术股份有限公司 Data form view processing method, system and computer readable storage medium
CN109918060A (en) * 2019-01-29 2019-06-21 深圳点猫科技有限公司 A kind of switching method and device for realizing multi-tag page under single window
CN111209508A (en) * 2019-12-26 2020-05-29 浪潮通用软件有限公司 Multi-document display method based on Angular routing mechanism
CN111796808A (en) * 2020-05-27 2020-10-20 福信富通科技股份有限公司 Implementation method based on DAOTable universal list component

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JSUWANGMIN: ""vue动态组件、异步组件"", 《CSDN HTTPS://BLOG.CSDN.NET/QQ_34402285/ARTICLE/DETAILS/107315709》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116661940A (en) * 2023-08-02 2023-08-29 腾讯科技(深圳)有限公司 Component identification method, device, computer equipment and storage medium
CN116661940B (en) * 2023-08-02 2024-01-09 腾讯科技(深圳)有限公司 Component identification method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN112380482B (en) 2022-08-16

Similar Documents

Publication Publication Date Title
CN101246486B (en) Method and apparatus for improved process of expressions
US5613108A (en) Electronic mail processing system and electronic mail processing method
US6760753B1 (en) Electronic mail communication apparatus and recording medium
CN106600181A (en) Product warehousing control method and device based on code scanning terminal
WO2003096218A1 (en) Systems and methods for facilitating automatic completion of an electronic form
CN107092652B (en) Navigation method and device for target page
CN107783850B (en) Method, device, server and system for analyzing node tree checking record
CN112380482B (en) Device capable of dynamically configuring label pages
CN111930823A (en) Data query method and device, data center station and storage medium
CN117130697B (en) Method and device for fixing application on taskbar
CN111061549A (en) Multitask management method based on android, intelligent terminal and storage medium
CN115712375A (en) Service arrangement method, flow processing method based on service arrangement and computing equipment
CN112487218B (en) Content processing method, system, device, computing equipment and storage medium
CN109885351B (en) Multi-application smart card and method for establishing master-slave application relationship thereof
CN111967430A (en) Message processing method and device, electronic equipment and readable storage medium
CN109086145B (en) Data generation method and device and computer storage medium
Cox et al. From process model to problem frame-a position paper
CN111949716B (en) Formatted data output field processing method, computer device and storage medium
CN110019259A (en) Data-updating method, device and the storage medium of distributed index service-Engine
CN117635081B (en) Data processing method, device, equipment and storage medium
JP2002278960A (en) Picture information processor
JP2007164374A (en) Method and device for creating ml document
CN113239104A (en) Express delivery data warehousing method and system
CN115934220A (en) Data processing interface implementation method, device, system and medium
CN116760703A (en) Configuration smoothing method, system, device and readable 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