Page: base: <template> <div class="tab-container"> <h1 style="text-align: center"> Apply for {{ form.category }}{{ form.companyType }} to settle in</h1> <div class="form-panel" style="margin-left: 20px;text-align: right;"> <el-button type="info" @click="cancelSave">Cancel</el-button> <el-button type="warning" @click="transientSave">Save temporarily</el-button> <el-button type="danger" @click="persistSave">Save</el-button> </div> <el-tabs v-model="activeName" style="margin-top: 15px" type="border-card" :before-leave="collectPaneFormData" @tab-click="initPaneData"> <el-tab-pane v-for="item in tabMapOptions" :key="item.key" :label="item.label" :name="item.key"> <keep-alive> <tab-pane :is="item.key" :ref="item.key" :type="item.key" @create="showCreatedTimes" /> <!--<component :is="item.key" :ref="item.key" :type="item.key" @create="showCreatedTimes" />--> </keep-alive> </el-tab-pane> </el-tabs> </div> </template> There are five // Cancel, close return cancelSubmit() { //Call the global mount method to close the current page this.$store.dispatch('tagsView/delView', this.$route) this.$router.go(-1) }, Will This is the end of this article about the details of using You may also be interested in:
|
<<: html page!--[if IE]...![endif]--Detailed introduction to usage
>>: Detailed explanation of CSS3 rotating cube problem
1. What is mycat A completely open source large d...
This article shares the specific code of Vue to i...
1. Indexing principle Indexes are used to quickly...
1. Find mysqldump.exe in the MySQL installation p...
This article describes the commonly used MySQL fu...
The W3C standardization process is divided into 7...
Table of contents 1. Where is the self-incremente...
Table of contents 1. Implicit conversion Conversi...
Table of contents one. environment two. Precautio...
Introduction This article records how to mount a ...
This article mainly introduces the implementation...
In the Linux environment, you want to check wheth...
With the popularization of 3G, more and more peop...
Table of contents 1. Teleport 1.1 Introduction to...
What is MyCAT A completely open source large data...