表格跳转处理

This commit is contained in:
gary.fu
2024-01-04 11:40:56 +08:00
parent 5355e4fd3e
commit 33f7fc700b
4 changed files with 49 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ const props = defineProps({
v-bind="column.linkAttrs"
@click="column.click(scope.row, scope)"
>
{{ scope.row[column.property] }}
{{ column.formatter?column.formatter(scope.row, scope):scope.row[column.property] }}
</el-link>
<slot
v-bind="scope"