Socket
Socket
Sign inDemoInstall

schedulings

Package Overview
Dependencies
30
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    schedulings

排班组件


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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则无论如何都显示行的删除
            }
        };
    },

FAQs

Last updated on 23 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc