Commit c9ecba19 by xiaohai

增加了表头可配置项

parent 1b39abc7
...@@ -31,7 +31,8 @@ data() { ...@@ -31,7 +31,8 @@ data() {
// 可传参数 // 可传参数
defaltSelected: [], // 默认穿梭窗已选入数据 defaltSelected: [], // 默认穿梭窗已选入数据
height: 200, // 穿梭窗高度, 默认是543 height: 200, // 穿梭窗高度, 默认是543
projectName: 'memberTag' // 默认是memberTag projectName: 'memberTag', // 默认是memberTag
headerList: ['isRealTime', 'latestUpdateTime', 'updateType', 'effectiveStatus', 'effectiveDate', 'handle'] // 表头配置,默认全部,分组名称默认显示不可配置
} }
} }
......
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