a
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
:data="state.dataList"
|
||||
v-loading="state.loading"
|
||||
border
|
||||
row-key="id"
|
||||
:cell-style="tableStyle.cellStyle"
|
||||
:header-cell-style="tableStyle.headerCellStyle"
|
||||
>
|
||||
@@ -47,15 +48,15 @@
|
||||
<!-- 操作列已注释,此页面为只读 -->
|
||||
<!-- <el-table-column label="操作" width="150" align="center" fixed="right">
|
||||
<template #default="scope">
|
||||
<el-button
|
||||
v-auth="'professional_outercompany_edit'"
|
||||
<el-button
|
||||
v-if="hasAuth('professional_outercompany_edit')"
|
||||
icon="edit-pen"
|
||||
text
|
||||
type="primary"
|
||||
@click="handleEdit(scope.row)">修改
|
||||
</el-button>
|
||||
<el-button
|
||||
v-auth="'professional_outercompany_del'"
|
||||
v-if="hasAuth('professional_outercompany_del')"
|
||||
icon="delete"
|
||||
text
|
||||
type="danger"
|
||||
|
||||
Reference in New Issue
Block a user