Selaa lähdekoodia

一键报工 小车编组 中止按钮添加权限 mes:oneClickWorkReporting:stop

yusheng 11 kuukautta sitten
vanhempi
commit
03ba71711e
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      src/views/oneClickWorkReporting/index.vue

+ 3 - 1
src/views/oneClickWorkReporting/index.vue

@@ -988,7 +988,9 @@
         </el-table-column>
         </el-table-column>
         <el-table-column label="操作" align="center" width="60">
         <el-table-column label="操作" align="center" width="60">
           <template slot-scope="scope">
           <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>
           </template>
         </el-table-column>
         </el-table-column>
       </el-table>
       </el-table>