Skip to content

Commit 0265801

Browse files
committed
fixed:表格模板删除查看详情功能。
1 parent 5fa7bbb commit 0265801

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/resource/autocode_template/web/table.vue.tpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,6 @@
176176
{{- end }}
177177
<el-table-column align="left" label="操作" fixed="right" min-width="240">
178178
<template #default="scope">
179-
<el-button type="primary" link class="table-button" @click="getDetails(scope.row)">
180-
<el-icon style="margin-right: 5px"><InfoFilled /></el-icon>
181-
查看详情
182-
</el-button>
183179
<el-button type="primary" link icon="edit" class="table-button" @click="update{{.StructName}}Func(scope.row)">变更</el-button>
184180
<el-button type="primary" link icon="delete" @click="deleteRow(scope.row)">删除</el-button>
185181
</template>

0 commit comments

Comments
 (0)