|
|
@@ -208,7 +208,7 @@
|
|
|
><i class="fa fa-check-circle"></i>审批</el-button>
|
|
|
|
|
|
<el-button
|
|
|
- v-if="scope.row.workOrderStatus === 'completed'"
|
|
|
+ v-if="scope.row.restartTime == null"
|
|
|
type="success"
|
|
|
link
|
|
|
@click="handleRestart(scope.row)"
|
|
|
@@ -261,7 +261,7 @@
|
|
|
<el-button
|
|
|
link type="success"
|
|
|
@click="handleRestart(scope.row)"
|
|
|
- v-if="scope.row.workOrderStatus === 'completed'"
|
|
|
+ v-if="scope.row.restartTime == null"
|
|
|
v-hasPermi="['gxt:maintenance:order:restart']">
|
|
|
<i class="fa fa-refresh"></i>复运
|
|
|
</el-button>
|