0.0.17 • Published 6 years ago

ux-pps-tab v0.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

API

属性说明类型默认值
expandRegion过滤数据类型Objiect---
extraData数据格式Array---

example

import React, { Component } from 'react'
import PpsTab from 'ux-pps-tab'
export default class extends Component {
	render () {
		const options = {
			expandRegion:{
				mode:filter //数据过滤,其它的点击item数据刷新
			},
	        extraData: [
			    {
			      "Title": "待增员(3969)",
			      "IsClick": false,
			      "ViewName": "Compensation.SocialSecurityProfilePendingAddListView"
			    },
			    {
			      "Title": "待减员(256)",
			      "IsClick": true,
			      "ViewName": "Compensation.SocialSecurityProfilePendingSubtractListView"
			    },{
			      "Title": "待减员(256)",
			      "IsClick": true,
			      "ViewName": "Compensation.SocialSecurityProfilePendingSubtractListView"
			    }
			]
		}
	    return <PpsTab {...options} />
	}
}

ps: 该组件是pps,切换简卡

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago