|
@@ -135,7 +135,7 @@
|
|
<el-button type="text" @click="onDetail(scope.row)" v-auth="'/bandGuidanceTrainingDetail'"
|
|
<el-button type="text" @click="onDetail(scope.row)" v-auth="'/bandGuidanceTrainingDetail'"
|
|
>详情</el-button
|
|
>详情</el-button
|
|
>
|
|
>
|
|
- <el-button type="text" @click="onOperation('update', scope.row)"
|
|
|
|
|
|
+ <el-button v-if="scope.row.status !== 'END'" type="text" @click="onOperation('update', scope.row)"
|
|
v-auth="'/tempDirectorTrainingCamp/modify'">修改</el-button
|
|
v-auth="'/tempDirectorTrainingCamp/modify'">修改</el-button
|
|
>
|
|
>
|
|
<el-button type="text" @click="getCode(scope.row)"
|
|
<el-button type="text" @click="getCode(scope.row)"
|