Browse Source

派件加按钮权限

feature
mk 1 year ago
parent
commit
9bbe0fc404
  1. 6
      src/views/modules/shequzhili/Delivery/index.vue

6
src/views/modules/shequzhili/Delivery/index.vue

@ -151,9 +151,9 @@
<el-button @click="handleWatch(scope.row)" type="text" size="small" class="">查看</el-button> <el-button @click="handleWatch(scope.row)" type="text" size="small" class="">查看</el-button>
<!-- <el-button @click="handleDispose(scope.row)" type="text" size="small" class="">{{scope.row.deliverystatus==0?"派件":"办理"}}</el-button> <!-- <el-button @click="handleDispose(scope.row)" type="text" size="small" class="">{{scope.row.deliverystatus==0?"派件":"办理"}}</el-button>
--> -->
<el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small" class="">处理</el-button> <el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small" v-if="scope.row.status == 'assigned'">处理</el-button>
<el-button @click="handleDispose(scope.row,'assign')" type="text" size="small" class="">派件</el-button> <el-button @click="handleDispose(scope.row,'assign')" type="text" size="small" v-if="scope.row.status !='assigned'">派件</el-button>
<el-button @click="handleDispose(scope.row,'check')" type="text" size="small" class="">审核</el-button> <el-button @click="handleDispose(scope.row,'check')" type="text" size="small" v-if="scope.row.operationType === '9'">审核</el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

Loading…
Cancel
Save