mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 13:01:57 +08:00
赛会选择球队
This commit is contained in:
@@ -221,15 +221,15 @@
|
|||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit-outline"
|
icon="el-icon-edit-outline"
|
||||||
@click="handleTeamUser(scope.row)"
|
@click="handleTeamVsTeamRecord(scope.row)"
|
||||||
v-hasPermi="['system:competitionOfTeam:edit']"
|
v-hasPermi="['system:competitionOfTeam:edit']"
|
||||||
>比赛记录</el-button>
|
>比赛记录</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
@click="handleTeamUser(scope.row)"
|
@click="handleTeamVsTeamEdit(scope.row)"
|
||||||
v-hasPermi="['system:competitionOfTeam:edit']"
|
v-hasPermi="['system:competitionTeamVsTeam:edit']"
|
||||||
>编辑赛程</el-button>
|
>编辑赛程</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
@@ -780,6 +780,11 @@ export default {
|
|||||||
this.buildLoading = false;
|
this.buildLoading = false;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
handleTeamVsTeamEdit(row){
|
||||||
|
this.vsform = row;
|
||||||
|
this.vsOpen=true;
|
||||||
|
this.vsTitle = "编辑赛程"
|
||||||
|
},
|
||||||
/** 提交按钮 */
|
/** 提交按钮 */
|
||||||
submitTeamVsTeamForm() {
|
submitTeamVsTeamForm() {
|
||||||
this.$refs["vsform"].validate(valid => {
|
this.$refs["vsform"].validate(valid => {
|
||||||
|
|||||||
Reference in New Issue
Block a user