Commit aab9ee5d by liuchenxi

update: 触达详情表头div-->span

parent 21283538
......@@ -421,7 +421,7 @@ export default {
// 渲染表头icon
onRender(h, { column }) {
let isShowTip = column.label.name != '排名' && column.label.name != '区域' && column.label.name != '门店名称';
return h('div', [
return h('span', [
h('span', column.label.name),
h(isShowTip && tip, {
props: { text: column.label.tipText }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment