File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
continew-admin-plugins/continew-admin-generator/src/main/resources/templates/frontend Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 72
72
<template #default >导出</template >
73
73
</a-button >
74
74
</template >
75
- <#-- 列字段配置 -->
76
- <template #name =" { record }" >
77
- <a-link @click =" onDetail(record)" >{{ record.name }}</a-link >
78
- </template >
79
75
<#list fieldConfigs as fieldConfig >
80
76
<#if fieldConfig.showInList >
81
77
<#if fieldConfig.dictCode?? && fieldConfig.dictCode != "" >
87
83
</#list >
88
84
<template #action =" { record }" >
89
85
<a-space >
86
+ <a-link v-permission =" ['${apiModuleName}:${apiName}:list']" @click =" onDetail(record)" >查看</a-link >
90
87
<a-link v-permission =" ['${apiModuleName}:${apiName}:update']" @click =" onUpdate(record)" >修改</a-link >
91
88
<a-link
92
89
v-permission =" ['${apiModuleName}:${apiName}:delete']"
You can’t perform that action at this time.
0 commit comments