@@ -35,7 +35,7 @@
<el-button
size="small"
@click="changeProgres(scope.row)"
- v-show="!scope.row.isCurrent"
+ v-show="scope.operation"
>提交进度</el-button>
</template>
<!-- 处理状态 -->