Browse Source

取消权限

master
han\hanst 2 months ago
parent
commit
0e23c1f12c
  1. 2
      src/views/modules/automatedWarehouse/agvTask.vue
  2. 2
      src/views/modules/dashboard/slitting-board.vue

2
src/views/modules/automatedWarehouse/agvTask.vue

@ -171,7 +171,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<a size="mini" type="primary" @click="adjustPriority(scope.row)" v-if="scope.row.status!='已取消'&&scope.row.status!='已完成'" <a size="mini" type="primary" @click="adjustPriority(scope.row)" v-if="scope.row.status!='已取消'&&scope.row.status!='已完成'"
>调整优先级</a> >调整优先级</a>
<a size="mini" type="danger" style="color: red" @click="cancelTuskTask(scope.row)" v-if="scope.row.status!='已取消'&&scope.row.status!='已完成'"
<a size="mini" type="danger" style="color: red" @click="cancelTuskTask(scope.row)" v-if="isAuth('100000010:cancel')&&scope.row.status!='已取消'&&scope.row.status!='已完成'"
>取消</a> >取消</a>
</template> </template>
</el-table-column> </el-table-column>

2
src/views/modules/dashboard/slitting-board.vue

@ -38,7 +38,7 @@
<div class="title-left"> <div class="title-left">
<div class="title-icon"></div> <div class="title-icon"></div>
<div class="title-text"> <div class="title-text">
<span class="title-main">助力臂</span>
<span class="title-main">待分切</span>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save