We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fe4ba commit 41dfc11Copy full SHA for 41dfc11
simplepro/templates/admin/results/table.html
@@ -61,7 +61,9 @@
61
:class-name="h.class_name"
62
:label-class-name="h.label_class_name"
63
:fixed="h.fixed"
64
+ :show-overflow-tooltip="h.show_overflow_tooltip"
65
>
66
+ <!---FIXME:记得要实现show-overflow-tooltip参数--->
67
<template slot-scope="scope">
68
<div class="cell-body" v-html="scope.row[h.name]"></div>
69
</template>
@@ -78,6 +80,7 @@
78
80
79
81
82
83
84
85
86
<!-- 布尔类型-->
0 commit comments