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