|
@@ -29,7 +29,7 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column prop="updateTime" label="更新时间" width="180">
|
|
<el-table-column prop="updateTime" label="更新时间" width="180">
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" prop="id" width="150" fixed='right' align="center">
|
|
|
|
|
|
|
+ <el-table-column label="操作" prop="id" width="200" fixed='right' align="center">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="primary" style="margin: 5px;"
|
|
<el-button size="mini" type="primary" style="margin: 5px;"
|
|
|
@click="classList(scope.row,2)">职业技能列表
|
|
@click="classList(scope.row,2)">职业技能列表
|
|
@@ -262,7 +262,9 @@
|
|
|
this.parentId = row.parentId;
|
|
this.parentId = row.parentId;
|
|
|
this.gameStatus = row.isEnable
|
|
this.gameStatus = row.isEnable
|
|
|
this.ruleClassifyId = row.ruleClassifyId
|
|
this.ruleClassifyId = row.ruleClassifyId
|
|
|
-
|
|
|
|
|
|
|
+ this.sanjiTypr = ''
|
|
|
|
|
+ this.erjiId = ''
|
|
|
|
|
+ this.yijiid = ''
|
|
|
if(jibie==2){
|
|
if(jibie==2){
|
|
|
this.titles = '修改职业技能'
|
|
this.titles = '修改职业技能'
|
|
|
}
|
|
}
|
|
@@ -282,6 +284,9 @@
|
|
|
this.postSkillName = ''
|
|
this.postSkillName = ''
|
|
|
this.sort = 1
|
|
this.sort = 1
|
|
|
this.gameStatus = 1
|
|
this.gameStatus = 1
|
|
|
|
|
+ this.sanjiTypr = ''
|
|
|
|
|
+ this.erjiId = ''
|
|
|
|
|
+ this.yijiid = ''
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
this.dialogFormVisible9 = true
|
|
this.dialogFormVisible9 = true
|