| 
					
				 | 
			
			
				@@ -201,13 +201,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <!-- 审核中 编辑 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   type="text" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  v-if="scope.row.status == 'AUDIT' && permission('/teamAudit')" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  v-if="scope.row.status == 'AUDIT' && permission('musicGroup/auditSuccess')" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   @click="lookTeamDetail(scope.row)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   >审核</el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   type="text" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  v-if="scope.row.status == 'DRAFT' && permission('/teamDraft')" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  v-if="scope.row.status == 'DRAFT' && permission('musicGroup/update')" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   @click="lookTeamDetail(scope.row)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   >编辑</el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 > 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -216,7 +216,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   type="text" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   v-if=" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     scope.row.status == 'AUDIT_FAILED' && 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    permission('/auditFailed') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    permission('musicGroup/update') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   " 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   @click="lookTeamDetail(scope.row)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   >编辑</el-button 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -235,7 +235,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       scope.row.status == 'PREPARE' || 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         scope.row.status == 'CLOSE' || 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       scope.row.status == 'FEE_AUDIT') && 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    permission('/teamLookBase') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    permission('/resetTeaming') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   " 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   @click="lookTeamDetail(scope.row)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   >详情</el-button 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -471,7 +471,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$store.dispatch("buildIndex", 0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$store.dispatch("delVisitedViews", { path: "/business/teamBuild" }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            path: "/business/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            path: "/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               query: { type: "newTeam"}}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             (router) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               router.meta.title = "新建乐团"; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -496,7 +496,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       sessionStorage.removeItem(`${row.id}sound`); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$nextTick((res) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          path: "/business/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          path: "/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           query: { type: "resetTeam", id: row.id }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -630,7 +630,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           //   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // ); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            path: "/business/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            path: "/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               query: { type: "teamDraft", id: row.id,team_status:row.status }}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             (router) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               router.meta.title = "乐团编辑中"; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -644,7 +644,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$store.dispatch("draftIndex", 0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              path: "/business/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              path: "/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               query: { type: "teamAudit", id: row.id, clear: "true",team_status:row.status }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             (router) => { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -660,7 +660,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           //   query: { type: "PRE_BUILD_FEE", id: row.id, name: row.name }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            path: "/business/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            path: "/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             query: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               type: "look", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               id: row.id, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -678,7 +678,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$store.dispatch("draftIndex", 0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              path: "/business/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              path: "/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               query: { type: "feeAudit", id: row.id, clear: "true",team_status:row.status }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             (router) => { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -692,7 +692,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$store.dispatch("draftIndex", 0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              path: "/business/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              path: "/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               query: { type: "teamDraft", id: row.id, clear: "true",team_status:row.status }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             (router) => { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -705,7 +705,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // 预报名 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            path: "/business/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            path: "/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             query: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               type: "look", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               id: row.id, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -725,7 +725,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // 报名中 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              path: `/business/resetTeaming`, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              path: `/resetTeaming`, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               query: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 status: row.status, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 id: row.id, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -744,7 +744,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // 缴费中 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              path: `/business/resetTeaming`, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              path: `/resetTeaming`, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               query: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 status: row.status, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 id: row.id, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -762,7 +762,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         case "PREPARE": { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // 筹备中 跳转到乐团设置界面 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            path: `/business/resetTeaming`, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            path: `/resetTeaming`, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             query: {  type:'look',status: row.status, id: row.id, name: row.name,team_status:row.status }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            (router) => { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -774,7 +774,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // 进行中 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // 调到乐团详情 teamDetails 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            path: `/business/resetTeaming`, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            path: `/resetTeaming`, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             query: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               status: row.status, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               id: row.id, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -793,7 +793,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // 取消 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              path: "/business/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              path: "/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               query: { type: "teamCanceled", id: row.id ,team_status:row.status}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             (router) => { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -809,7 +809,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           //   query: { status: row.status, id: row.id, name: row.name }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            path: "/business/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            path: "/resetTeaming", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             query: { type: "resetTeam", id: row.id,team_status:row.status }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           (router) => { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -820,7 +820,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }case "CLOSE":{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              path: `/business/resetTeaming`, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              path: `/resetTeaming`, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               query: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 status: row.status, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 id: row.id, 
			 |