$ gnpm install @gidc-ebank-parts-h5-standard/vx-gidc-collection-list
import VxCollectionList from '@/components/vx-collection-list';
// 页面内局部引入
export default {
components: {
[VxCollectionList.name]: VxCollectionList,
},
};
// 全局引入
Vue.component(VxCollectionList.name, VxCollectionList);
<vx-collection-list
leftCustomName="母公司账户"
rightCustomName="子公司账户"
leftType="custom"
@leftInfo="assignment"
@rightInfo="payerInfo">
</vx-collection-list>
属性 | 说明 | 类型 | 默认值 | 备注 |
---|---|---|---|---|
leftCustomName |
左侧列表名称 | String |
- | 仅当 leftType='custom' 生效 |
rightCustomName |
右侧列表名称 | String |
付款账户 |
- |
leftType |
左侧列表类型 | String |
collection |
custom/collection/publicWelfare |
isStretch |
标签的宽度是否自撑开 | Boolean |
true |
- |
@/components/vx-paylist
item
(列表当前点击值)item
(列表当前点击值)Copyright 2013 - present © cnpmjs.org | Home |