Compare commits
3 Commits
93f92f42c5
...
zwq
| Author | SHA1 | Date | |
|---|---|---|---|
| d942fd83f8 | |||
| 931fb70ee9 | |||
| 97fe6d23b3 |
@@ -636,6 +636,7 @@ img {
|
||||
line-height: 24px;
|
||||
border-radius: 5px;
|
||||
background-color: rgba(239, 239, 239, 1);
|
||||
&:hover,
|
||||
&.is-active {
|
||||
color: rgba(255, 255, 255, 1);
|
||||
background-color: rgba(62, 142, 247, 1);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2023-07-13 15:31:21
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2023-07-19 16:34:06
|
||||
* @LastEditTime: 2023-07-20 09:05:48
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@@ -71,9 +71,9 @@ export default {
|
||||
},
|
||||
// tabs, 删除tab
|
||||
tabRemoveHandle (tabName) {
|
||||
if (tabName === 'home') {
|
||||
return false
|
||||
}
|
||||
// if (tabName === 'home') {
|
||||
// return false
|
||||
// }
|
||||
this.$store.state.contentTabs = this.$store.state.contentTabs.filter(item => item.name !== tabName)
|
||||
if (this.$store.state.contentTabs.length <= 0) {
|
||||
this.$store.state.sidebarMenuActiveName = this.$store.state.contentTabsActiveName = 'home'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Author: zhp
|
||||
* @Date: 2023-01-11 09:24:58
|
||||
* @LastEditTime: 2023-07-17 10:39:16
|
||||
* @LastEditTime: 2023-07-20 10:50:58
|
||||
* @LastEditors: zwq
|
||||
* @Description:
|
||||
-->
|
||||
@@ -41,6 +41,7 @@
|
||||
@cancel="handleCancel"
|
||||
@confirm="handleConfirm"
|
||||
:before-close="handleCancel"
|
||||
:destroy-on-close="true"
|
||||
>
|
||||
<add-or-update
|
||||
ref="teamSet"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Author: zhp
|
||||
* @Date: 2023-01-11 09:24:58
|
||||
* @LastEditTime: 2023-07-17 10:39:25
|
||||
* @LastEditTime: 2023-07-20 10:49:29
|
||||
* @LastEditors: zwq
|
||||
* @Description:
|
||||
-->
|
||||
@@ -27,6 +27,7 @@
|
||||
@cancel="handleCancel"
|
||||
@confirm="handleConfirm"
|
||||
:before-close="handleCancel"
|
||||
:destroy-on-close="true"
|
||||
width=70%
|
||||
>
|
||||
<add-or-update
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
@cancel="handleCancel"
|
||||
@confirm="handleConfirm"
|
||||
:before-close="handleCancel"
|
||||
:destroy-on-close="true"
|
||||
>
|
||||
<add-or-update ref="addOrUpdate" @refreshDataList="successSubmit"></add-or-update>
|
||||
</base-dialog>
|
||||
|
||||
Reference in New Issue
Block a user