|
|
|
# ccssoft vue组件说明文档
|
|
|
|
### 2017/8/2 update
|
|
|
|
##### 树组件进行了重构,为了兼容旧版本,旧版树使用方式不变。
|
|
|
|
##### 新增了\resource\components\mobile\formComponents\TreePickerAdvance.js
|
|
|
|
##### 现在表单使用的是新树,可在表单项的config中配置新参数,具体看用例文件
|
|
|
|
##### 新树加了两个参数:
|
|
|
|
##### leafOnly:是否只能选中叶子节点,默认为true
|
|
|
|
##### multiple:是否可以多选,默认为false
|
|
|
|
|
|
|
|
### 简介
|
|
|
|
> ccssoft vue前端开发流使用了vue.js实现界面的组件化,使用vue-router实现了单页式应用,图标采用图标库fontawesome,
|
|
|
|
> 样式框架以ratchet为基础进行了一些封装
|
|
|
|
> 使用了promise库bluebird来实现所有异步操作的统一封装管理(如ajax,原生能力,工单操作等)
|
|
|
|
> 开发文档地址如下
|
|
|
|
* [vue 1.2](http://v1-cn.vuejs.org/api/)
|
|
|
|
* [vue-router](https://github.com/vuejs/vue-router/tree/1.0/docs/zh-cn/api)
|
|
|
|
* [fontawesome](http://fontawesome.io/icons/)
|
|
|
|
* [ratchet](http://cnratchet.com/components)
|
|
|
|
|
|
|
|
> 前端项目分为通用资源(resource),业务内容(butterfly),大厅应用(shell),大厅管理平台(michael)四个并列文件夹
|
|
|
|
|
|
|
|
### 业务抽象组件
|
|
|
|
* [工单列表组件](https://github.com/the8th/vue-ccssoft/wiki/%E5%B7%A5%E5%8D%95%E5%88%97%E8%A1%A8%E7%BB%84%E4%BB%B6)
|
|
|
|
* [工单详情组件](https://github.com/the8th/vue-ccssoft/wiki/%E5%B7%A5%E5%8D%95%E8%AF%A6%E6%83%85%E7%BB%84%E4%BB%B6)
|
|
|
|
* [工单操作组件](https://github.com/the8th/vue-ccssoft/wiki/%E5%B7%A5%E5%8D%95%E6%93%8D%E4%BD%9C%E7%BB%84%E4%BB%B6)
|
|
|
|
* [信息查询组件](https://github.com/the8th/vue-ccssoft/wiki/%E4%BF%A1%E6%81%AF%E6%9F%A5%E8%AF%A2%E7%BB%84%E4%BB%B6)
|
|
|
|
|
|
|
|
### 基础组件
|
|
|
|
|
|
|
|
* [通用表单组件](https://github.com/the8th/vue-ccssoft/wiki/%E9%80%9A%E7%94%A8%E8%A1%A8%E5%8D%95%E7%BB%84%E4%BB%B6)
|
|
|
|
* [通用信息提示组件](https://github.com/the8th/vue-ccssoft/wiki/%E9%80%9A%E7%94%A8%E4%BF%A1%E6%81%AF%E6%8F%90%E7%A4%BA%E7%BB%84%E4%BB%B6)
|
|
|
|
* [通用名值对串显示组件](https://github.com/the8th/vue-ccssoft/wiki/%E9%80%9A%E7%94%A8%E5%90%8D%E5%80%BC%E5%AF%B9%E4%B8%B2%E6%98%BE%E7%A4%BA%E7%BB%84%E4%BB%B6)
|
|
|
|
* 其他组件
|
|
|
|
|
|
|
|
* 工具函数
|