Skip to content

Commit 41dfc11

Browse files
committed
admin列表展示页面中列表field_option中增加了show_overflow_tooltip参数来控制值的长度超过minWidth是的展示方法
Signed-off-by: Sadam·Sadik <1903249375@qq.com>
1 parent 90fe4ba commit 41dfc11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

simplepro/templates/admin/results/table.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@
6161
:class-name="h.class_name"
6262
:label-class-name="h.label_class_name"
6363
:fixed="h.fixed"
64+
:show-overflow-tooltip="h.show_overflow_tooltip"
6465
>
66+
<!---FIXME:记得要实现show-overflow-tooltip参数--->
6567
<template slot-scope="scope">
6668
<div class="cell-body" v-html="scope.row[h.name]"></div>
6769
</template>
@@ -78,6 +80,7 @@
7880
:class-name="h.class_name"
7981
:label-class-name="h.label_class_name"
8082
:fixed="h.fixed"
83+
:show-overflow-tooltip="h.show_overflow_tooltip"
8184
>
8285
<template slot-scope="scope">
8386
<!-- 布尔类型-->

0 commit comments

Comments
 (0)