1.0.22 • Published 1 year ago

schedulings v1.0.22

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

schedulings

1. 基于vue的插件, 实现排班~
    安装
    npm i schedulings
    
    导入组件并注册
    import schedulings from 'schedulings';
    import 'schedulings/dist/schedulings.css';
    
    components:{
      schedulings
    },

使用

    <schedulings v-bind="bindData"></schedulings>

    data() {
        return {
            bindData: {
                orgId: '',
                orgName: '',
                systemCode: '',
                systemName: '',
                path: '',
                token: '',
                expandAll: true,
                defaultNumeral: 10,
                defaultCost: 20,
                defaultCostText: '',
                defaultNumeralText: '',
                needNumeral: true,// 是否需要排班量
                needCost: false,// 是否需要挂号费
                showRowDeleteBtn: true,// 如果为true则无论如何都显示行的删除
            }
        };
    },
1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.11

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.10

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago