mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-10 04:47:50 +00:00
表格跳转处理
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user