|
|
@@ -988,7 +988,9 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" align="center" width="60">
|
|
|
<template slot-scope="scope">
|
|
|
- <span class="handle_stop" @click="handleStop(scope.row)">中止</span>
|
|
|
+ <span class="handle_stop"
|
|
|
+ v-if="$hasPermission('mes:oneClickWorkReporting:stop')"
|
|
|
+ @click="handleStop(scope.row)">中止</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|