# hz-portal-site-platform-vue **Repository Path**: hb_2021/hz-portal-site-platform-vue ## Basic Information - **Project Name**: hz-portal-site-platform-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-10 - **Last Updated**: 2025-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 华创系统 ## 后端文档 http://192.168.3.64:9009/doc.html#/home ## 登录认证 ### 先访问 http://10.70.159.64:8003/connect/authorize?response_type=code&client_id=test_code&scope=servicebusapi&redirect_uri=回调地址 ```bash # 安装依赖 cnpm install # 运行项目 cnpm run dev # 打包发布 cnpm run build ``` # 自定义表格 * 用户信息 * @methods tableConfig 表格自定义表头对象,key为路由对应的Name * @key 数据的key,也是配置的key,勾选框值为:selection * @title 数据的名称 * @type 数据类型,可选值: * text 文本-默认值 * selection 勾选框 * tag 标签 * config 标签等的属性设置 * @table 表格相关设置 * show 是否显示 * fixed 是否固定 * custom 是否父组件自定义显示 * config 配置el-table-column的属性设置 * @search 搜索相关设置,存在该对象则可以开启搜索 * show 是否显示搜索 * key 搜索时向后端发送值的key * type 搜索类型 * text 文本-默认 * select 下拉框单选 * data 下拉框搜索的数组 * dis 不参与搜索