No Description

chenlei 8706fde0d3 Merge branch 'v2.0' into v2.0_ch 1 hour ago
public 3bdcc75be1 帮助中心配置 3 hours ago
src 8706fde0d3 Merge branch 'v2.0' into v2.0_ch 1 hour ago
.env.development 95d9d49515 接口响应解密 8 months ago
.env.production 95d9d49515 接口响应解密 8 months ago
.env.test 95d9d49515 接口响应解密 8 months ago
.gitignore bc29fa6e3a 自动导入plugin中函数方法 1 week ago
README.md be2c14662e 备注 1 week ago
index.html 8706fde0d3 Merge branch 'v2.0' into v2.0_ch 1 hour ago
package.json 8706fde0d3 Merge branch 'v2.0' into v2.0_ch 1 hour ago
pnpm-lock.yaml c0845e803b 移除element-plus 将tree组件更换为td的 7 hours ago
vite.config.js 807a0c13bb fix 1 day ago
zipBuildPlugin.js 6f09630057 项目结构重构 2 weeks ago

README.md

ETA社区管理后台项目

  1. 测试访问地址:http://8.136.199.33:8900/
  2. 项目引入了两个UI库 Tdesign 和 ElementPlus,主要使用Tdesign因为UI是按照这个组件库标准设计的, 使用ElementPlus是因为用了其中的Tree组件
  3. t-table 某列数据的插槽 是 直接用 <template #EdbName="{ row }"> <span>指标名称</span> </template>