Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kyfe/kye-crm-contacts

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kyfe/kye-crm-contacts

crm部门联系人选择组件

  • 1.5.1
  • latest
  • npm
  • Socket score

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

安装方法

执行命令 npm i @kyfe/kye-crm-contacts

使用方法

import CrmContacts from '@kyfe/kye-crm-contacts'
Vue.use(CrmContacts)

组件使用

<CrmContacts
  customerId="1380777568"
  dataSource="resource"
  @close="close"
  @confirm="confirm"
></CrmContacts>

Props

属性说明类型可选值默认值
dataSource展示后台数据还是资源的数据stringresource/backgroundresource
customerId客户id或资源id,对应后台数据和资源数据string''
contactIds联系人ID集合,查询已选联系人Array[]
nameMap职级mapobj{10: '高层管理',20: '中层管理',30: '基层员工',40: '基层管理'}
meunCode{moduleCode:xx, moduleName: xx}object-
-moduleCode:解密时菜单IDstring-
-moduleName:当前模块名string-

Events

属性说明返回值
confirm选中联系人后点击确定按钮抛出事件返回当前选中行数据
close点击选择联系人左边返回按钮抛出事件

FAQs

Package last updated on 27 Jun 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc