ttk-rc-intro

1.0.4 • Public • Published

ttk-rc-intro

  • 集成到框架中
{
            name: 'stepTips',
            component: 'Tour',
            run: "{{data.other.stepEnabled}}",
            locale: { back: '上一步', close: '关 闭', last: '完 成', next: '下一步', skip: '忽 略' },
            scrollToFirstStep: true,
            disableCloseOnEsc: true,
            disableOverlayClose: true,
            continuous: true,
            showProgress: false,
            showSkipButton: true,
            callback:"{{$onExit}}",
            steps: [{
                target: '.app-account-beginbalance-header-left-year-enabledPeriodChange',
                content: ['在这里可调整', {
                    name: 'span',
                    component: '::span',
                    className: 'ttk-rc-intro-style',
                    children: '启用期间'
                }],
                placement: 'right',
                disableBeacon: true,
            }, {
                target: '.app-account-beginbalance-header-right-export',
                content: ['可', {
                    name: 'span',
                    component: '::span',
                    className: 'ttk-rc-intro-style',
                    children: '导入'
                }, '其他财务软件的期初余额'],
                placement: 'left',
                disableBeacon: true,

            }, {
                target: '.stepShowRowIndex',
                content: ['在这里手工录入', {
                    name: 'span',
                    component: '::span',
                    className: 'ttk-rc-intro-style',
                    children: '期初余额'
                }, '和', {
                        name: 'span',
                        component: '::span',
                        className: 'ttk-rc-intro-style',
                        children: '累计发生额'
                    }, ',按回车自动保存'],
                placement: 'bottom',
                disableBeacon: true,
            }]
        }

Readme

Keywords

none

Package Sidebar

Install

npm i ttk-rc-intro

Weekly Downloads

3

Version

1.0.4

License

MIT

Unpacked Size

146 kB

Total Files

32

Last publish

Collaborators

  • jeffycai