|
@@ -108,7 +108,6 @@ export default {
|
|
|
// 删除分页
|
|
|
getRemove(e) {
|
|
|
this.tabList.splice(e - 1, 1)
|
|
|
- console.log(this.tabList);
|
|
|
},
|
|
|
// 取消
|
|
|
cancel(){
|
|
@@ -122,8 +121,4 @@ export default {
|
|
|
.form {
|
|
|
width: 500px;
|
|
|
}
|
|
|
-
|
|
|
-.el-tabs__nav .el-tabs__item:nth-child(1) span {
|
|
|
- display: none;
|
|
|
-}
|
|
|
</style>
|