### 项目文档 * 项目前端文档 * https://doc.buildadmin.com/senior/web/icon.html * 项目依赖 * ts * https://www.tslang.cn/docs/home.html * Vue3 * https://cn.vuejs.org/ * vite * https://vitejs.cn/ * pinia * https://pinia.vuejs.org/ * 饿了么UI-plus 2.7.4 * https://cn.element-plus.org/zh-CN ### 饿了么UI-plus * 项目版本 2.7.4 * https://cn.element-plus.org/zh-CN * 树形控件 * https://cn.element-plus.org/zh-CN/component/tree.html ### 表格 * Element-plus * https://cn.element-plus.org/zh-CN/component/table.html * highlight-current-row [表格属性] 单选 * showOverflowTooltip [行内属性] 单行效果,多余省略 * Element-plus type: 'index' 序号 [行内属性 ] * 示例 { label: '序号', type: 'index', width: 70, align: 'center' }, * operator: false [行内属性] 是否在通用搜索展示 * showComSearch [表格属性]默认展示搜索框 * comSearchSort [自定义修改源码实现] [表格属性] 公共头部搜索是否重新排序 * comSearchWeight [自定义修改源码实现] [行类属性] 公共头部搜索排序权重 大的在前面 * comSearchLabel [自定义修改源码实现] [行类属性] 公共头部搜索label名称