|
@@ -72,7 +72,10 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
- v-if="scope.row.status === 'FINISH_CALCULATE'"
|
|
|
+ v-if="
|
|
|
+ scope.row.status === 'FINISH_CALCULATE' &&
|
|
|
+ !scope.row.publishStatus
|
|
|
+ "
|
|
|
class="btn-primary"
|
|
|
type="text"
|
|
|
@click="toPublish(scope.row)"
|