mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
【更新】修复代码生成
This commit is contained in:
@@ -108,16 +108,21 @@
|
||||
class-name="small-padding fixed-width"
|
||||
>
|
||||
<template #default="scope">
|
||||
<el-button
|
||||
text type="primary"
|
||||
v-auth="'{{.PackageName}}:{{.BusinessName}}:edit'"
|
||||
@click="onOpenEditModule(scope.row)"
|
||||
><SvgIcon name="elementEdit" />修改</el-button>
|
||||
<el-button
|
||||
text type="primary"
|
||||
v-auth="'{{.PackageName}}:{{.BusinessName}}:delete'"
|
||||
@click="onTabelRowDel(scope.row)"
|
||||
><SvgIcon name="elementDelete" />删除</el-button>
|
||||
<el-popover placement="left">
|
||||
<template #reference>
|
||||
<el-button type="primary" circle ><SvgIcon name="elementStar"/></el-button>
|
||||
</template>
|
||||
<div>
|
||||
<el-button text type="primary" v-auth="'{{.PackageName}}:{{.BusinessName}}:edit'" @click="onOpenEditModule(scope.row)">
|
||||
<SvgIcon name="elementEdit" />修改
|
||||
</el-button>
|
||||
</div>
|
||||
<div>
|
||||
<el-button text type="primary" v-auth="'{{.PackageName}}:{{.BusinessName}}:delete'" @click="onTabelRowDel(scope.row)">
|
||||
<SvgIcon name="elementDelete" />删除
|
||||
</el-button>
|
||||
</div>
|
||||
</el-popover>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
Reference in New Issue
Block a user