This commit is contained in:
shijing 2023-06-09 10:13:11 +08:00
commit 49e8368eaf
1 changed files with 9 additions and 0 deletions

View File

@ -149,6 +149,15 @@
@click="table_del(scope.row)"
>删除
</el-button>
<el-button
link
type="danger"
size="small"
v-else
v-auth="'operation.delete_hard'"
@click="table_del(scope.row)"
>删除
</el-button>
</template>
</el-table-column>
</scTable>