|
@@ -112,7 +112,7 @@
|
|
<el-table-column label="操作" fixed="right" align="center" width="130" class-name="small-padding fixed-width">
|
|
<el-table-column label="操作" fixed="right" align="center" width="130" class-name="small-padding fixed-width">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-button link type="primary" size="small" @click="handleUpdate(scope.row)"
|
|
<el-button link type="primary" size="small" @click="handleUpdate(scope.row)"
|
|
- v-hasPermi="['business:archive:order:edit']">查看</el-button>
|
|
|
|
|
|
+ v-hasPermi="['business:archive:order:list']">查看</el-button>
|
|
<el-button link type="danger" size="small" @click="handleDelete(scope.row)"
|
|
<el-button link type="danger" size="small" @click="handleDelete(scope.row)"
|
|
v-hasPermi="['business:archive:order:remove']">删除</el-button>
|
|
v-hasPermi="['business:archive:order:remove']">删除</el-button>
|
|
</template>
|
|
</template>
|