首页
技术
登录
6mi
u
盘
搜
搜 索
技术
vue-iview动态添加表头
vue-iview动态添加表头
技术
2022-07-11
80
首先在data里定义
columns
:
[
]
,
然后在beforeMount调用
beforeMount
(
)
{
this
.
setcolumns
(
)
}
,
最后在setcolumns里动态添加unshift或push
this
.
columns
.
unshift
(
{
title
:
''
,
align
:
''
,
key
:
''
}
)
转载请注明原文地址:https://ipadbbs.8miu.com/read-15146.html
最新回复
(
0
)