|
@@ -306,7 +306,7 @@
|
|
v-if="
|
|
v-if="
|
|
(!scope.row.approveStatus ||
|
|
(!scope.row.approveStatus ||
|
|
scope.row.approveStatus == '待结算') &&
|
|
scope.row.approveStatus == '待结算') &&
|
|
- scope.row.status == '待结算'
|
|
|
|
|
|
+ (scope.row.status == '待结算' || scope.row.status == '已驳回' )
|
|
"
|
|
"
|
|
@click="settlement(1, scope.row)"
|
|
@click="settlement(1, scope.row)"
|
|
>结算</el-button
|
|
>结算</el-button
|