去除权限校验

This commit is contained in:
wwb 2024-11-18 10:02:23 +08:00
parent c591e0b38f
commit 8df7c5e026
1 changed files with 4 additions and 4 deletions

View File

@ -237,16 +237,16 @@
<el-table-column label="操作" align="center" width="150" fixed="right">
<template #default="scope">
<!-- <router-link :to="'/order/createorder?id='+scope.row.id+'&_t=2'">
<router-link :to="'/order/createorder?id='+scope.row.id+'&_t=2'" v-if="scope.row.billStatus == 'B' ">
<el-button
link
type="primary">
<Icon icon="ep:edit" />
修改
</el-button>
</router-link>-->
</router-link>
<el-button
<!-- <el-button
link
type="primary"
@click="openEdit(scope.row.id)"
@ -254,7 +254,7 @@
>
<Icon icon="ep:edit" />
编辑
</el-button>
</el-button>-->
<el-button
link
type="primary"