2.0.9 • Published 2 years ago

th-vue-business v2.0.9

Weekly downloads
1
License
MIT
Repository
-
Last release
2 years ago

基于th-vue-component封装的业务组件库

文档 DEMO

  • 项目引用

npm i element-ui -S npm i xlsx -S npm i th-vue-component -S npm i th-vue-business -S

  import ThVueComponent from 'th-vue-component'
  import 'th-vue-component/lib/theme/index.css'
  
  import ThVueBusiness from 'th-vue-business'
  import 'th-vue-business/lib/th-vue-business.css'

  Vue.use(ThVueComponent)
  Vue.use(ThVueBusiness)

一、指令说明

# 安装依赖
npm run pre

# 启动DEMO开发模式
npm run dev

# 打包组件
npm run build

# 发布(npm adduser && npm login)
npm run deploy

三、业务组件

  • 设备选择器: <th-equiment></th-equiment>
  • 树型设备选择器: <th-equiment-tree></th-equiment-tree>
  • 短信通知查询: <th-sms></th-sms>
  • 台区选择器: <th-tg-select></th-tg-select>
  • 工单约时: <th-arrang-time></th-arrang-time>
  • 工单督办: <th-supervise></th-supervise>
  • 电流曲线: <th-electric-graph></th-electric-graph>