@gidc-app-base/gidc-fjnx-h5-standard-table-area
'表格区域'
Last updated 2 years ago .
MIT · · Tarball · package.json
$ gnpm install @gidc-app-base/gidc-fjnx-h5-standard-table-area 
Private package

vue-template

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

表格区域 (table-area)

  • props:
  • header: 表头
  • data: 数据
  • 事例:
  • <table-area
  • :header="[
  •     { label: '存入金额', prop: 'amount', width: '250' },
    
  •     { label: '调整基点', prop: 'point', width: '185' },
    
  •     { label: '年利率', prop: 'rate', width: '185' }
    
  •   ]"
    
  • :data="[
  •     { amount: '5,000.01-50,000.00', point: '+0.407', rate: '1.21%' },
    
  •     { amount: '50,000.01-100,000.00', point: '+0.76', rate: '1.32%' },
    
  •     { amount: '100,000.01以上', point: '+0.92', rate: '1.65%' }
    
  •   ]"
    
  • />

Current Tags

  • 0.0.2                                ...           latest (2 years ago)

2 Versions

  • 0.0.2                                ...           2 years ago
  • 0.0.1                                ...           2 years ago
Maintainers
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (9)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |