mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
更新文档
This commit is contained in:
@@ -30,7 +30,7 @@ function renderTitle (h, _vm) {
|
||||
titlePrefix.message
|
||||
? h('vxe-tooltip', {
|
||||
props: {
|
||||
content: titlePrefix.message,
|
||||
content: UtilTools.getFuncText(titlePrefix.message),
|
||||
enterable: titlePrefix.enterable
|
||||
}
|
||||
}, [
|
||||
@@ -49,7 +49,7 @@ function renderTitle (h, _vm) {
|
||||
titleSuffix.message
|
||||
? h('vxe-tooltip', {
|
||||
props: {
|
||||
content: titleSuffix.message,
|
||||
content: UtilTools.getFuncText(titleSuffix.message),
|
||||
enterable: titleSuffix.enterable
|
||||
}
|
||||
}, [
|
||||
|
||||
Reference in New Issue
Block a user