主要功能如题,分支功能诸如: 查看明细,核减,查看额外的标签页。

1、界面截图

2、元素与属性

tabs

  1. const tabs = ['待缴费', '已缴费'];

btnType

type UnionType = 'btn' | 'arrow' | '';

const btnType: UnionType = 'btn';

btnLocal

const btnLocal = '明细';

emptyLocal

const emptyLocal = '暂无待缴费清单';

tabPanel

type UnionType = 'btn' | 'arrow' | '';

const btnType: UnionType = 'btn';

checkConfig

type UnionType = 'btn' | 'arrow' | '';

const btnType: UnionType = 'btn';

3、函数绑定

onTabChange

static demoFunc(params) {

}

onActionClick

static demoFunc(params) {

}

onCheck

static demoFunc(params) {

}