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
Step 1: Sign a third-party trusted SSL certificat...
This article is mainly to let beginners understan...
Purpose: Treat Station A as the secondary directo...
1 Download and start Tomcat Go to the official we...
1. Download the alpine image [root@docker43 ~]# d...
Recently, the company is preparing to develop an ...
The main contents of this article are as follows:...
When I was helping someone adjust the code today,...
This article shares with you the installation tut...
Table of contents Prepare Five weapons for…in Obj...
This article shares with you a detailed tutorial ...
There are few and inadequate installation tutoria...
First, download the diagram 1. First uninstall th...
This article records the specific method of insta...
1. Docker Compose Overview Compose is a tool for ...