1.0.22 • Published 4 months ago

schedulings v1.0.22

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months 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

4 months ago

1.0.21

4 months ago

1.0.20

6 months ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.11

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.10

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago