Gateway中的后台管理前端重新打包
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<template #default="scope">
|
||||
<template v-if="props.customEditHandle">
|
||||
<el-button text :icon="List"
|
||||
@click="props.customEditHandle((scope as any).$index, (scope as any).row, getData)"
|
||||
@click="props.customEditHandle?.((scope as any).$index, (scope as any).row, getData)"
|
||||
v-permiss="props.editPermiss">
|
||||
管理
|
||||
</el-button>
|
||||
|
Reference in New Issue
Block a user