Commit 5ad2019a by xiaohai

样式调整

parent 871b8cd2
...@@ -30,10 +30,30 @@ Vue.use(vueGicMemberGroup) ...@@ -30,10 +30,30 @@ Vue.use(vueGicMemberGroup)
data() { data() {
return { return {
// 可传参数 // 可传参数
defaltSelected: [], // 默认穿梭窗已选入数据 defaltSelected: [{
appStatus: null,
createTime: 1543980512000,
describle: "所属服务门店",
effectiveDate: "2019-12-05 23:59:59",
effectiveDateTmp: null,
effectiveStatus: 1,
enterpriseId: "ff8080815dacd3a2015dacd3ef5c0000",
groupName: "所属服务门店",
isRealTime: 1,
latestUpdateTime: null,
latestUpdateTimeTmp: null,
memberCount: 38,
memberTagGroupId: "1b2fedcf46884c4d99c0d21565d6c149",
sortColName: "update_time",
sortType: "desc",
status: 1,
updateDay: null,
updateTime: 1544010117000,
updateType: null
}], // 默认穿梭窗已选入数据 groupName, isRealTime必传, 其他若无需求可不传
height: 200, // 穿梭窗高度, 默认是543 height: 200, // 穿梭窗高度, 默认是543
projectName: 'memberTag', // 默认是memberTag projectName: 'memberTag', // 默认是memberTag
headerList: ['isRealTime', 'latestUpdateTime', 'updateType', 'effectiveStatus', 'effectiveDate', 'handle'] // 表头配置,默认全部,分组名称默认显示不可配置 headerList: ['isRealTime', 'latestUpdateTime', 'updateType', 'effectiveStatus', 'effectiveDate'] // 表头配置,默认全部,分组名称默认显示不可配置
} }
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{ {
"name": "@gic-test/vue-gic-member-group", "name": "@gic-test/vue-gic-member-group",
"description": "vue-gic-member-group Plugin", "description": "vue-gic-member-group Plugin",
"version": "1.0.28", "version": "1.0.33",
"license": "MIT", "license": "MIT",
"private": false, "private": false,
"author": "fairyly", "author": "fairyly",
......
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