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
introduction Let's start with our content. I ...
In Linux C/C++, thread-level operations are usual...
Today, I logged into the server and prepared to m...
Table of contents 1: Encapsulation idea 2. Packag...
First, let's introduce a few key points about...
Preface Recently, I found a pitfall in upgrading ...
MySQL add, delete, modify and query statements 1....
Here is a text hovering and jumping effect implem...
When developing a website function, the session c...
Overview In actual business scenario applications...
Table of contents 2. Stack analysis using pt-pmap...
As a commonly used database, MySQL requires a lot...
1. Enter the command mysqld --skip-grant-tables (...
This article shares the detailed steps of install...
Table of contents 1. MySQL join buffer 2. JoinBuf...