diff --git a/ry-vue3/src/components/GrTable.vue b/ry-vue3/src/components/GrTable.vue index b70119f..ca59f49 100644 --- a/ry-vue3/src/components/GrTable.vue +++ b/ry-vue3/src/components/GrTable.vue @@ -18,15 +18,30 @@ 弃用 refer/gr-table.vue 的 Vue 2 Options API + componentOptions 私有 API. --> - + + + + + + {{ col.formatter(row, col.prop, row[col.prop]) }} + {{ row[col.prop] ?? '-' }} + + + + + - - - - - - - - {{ rIdx + 1 }} - - - - - - {{ row[col.prop] ?? '-' }} - - - - 暂无数据 -