|
|
@@ -163,13 +163,8 @@
|
|
|
<el-button @click="playVideo(row, $index)" size="mini" plain type="primary" style="margin-right:5px"
|
|
|
>查看作品</el-button
|
|
|
>
|
|
|
- <span v-if="performance.status == 'RATE'">
|
|
|
- <el-button
|
|
|
- @click="row.second = true"
|
|
|
- size="mini"
|
|
|
- plain
|
|
|
- type="warning"
|
|
|
- v-if="!row.second && display"
|
|
|
+ <span v-if="performance.status == 'RATE' && display">
|
|
|
+ <el-button @click="row.second = true" size="mini" plain type="warning" v-if="!row.second"
|
|
|
>修改</el-button
|
|
|
>
|
|
|
<div v-else>
|