去除权限校验
This commit is contained in:
parent
c591e0b38f
commit
8df7c5e026
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue