Aucune description

yujinwen 9cc62ca15b 个性化设置 il y a 3 semaines
public f1cb3db711 init il y a 8 mois
src 9cc62ca15b 个性化设置 il y a 3 semaines
.env.development 95d9d49515 接口响应解密 il y a 8 mois
.env.production 95d9d49515 接口响应解密 il y a 8 mois
.env.test 95d9d49515 接口响应解密 il y a 8 mois
.gitignore bc29fa6e3a 自动导入plugin中函数方法 il y a 3 semaines
README.md be2c14662e 备注 il y a 3 semaines
index.html f1cb3db711 init il y a 8 mois
package.json 874bd1765c 封装dialogConfirm函数 il y a 1 mois
pnpm-lock.yaml 874bd1765c 封装dialogConfirm函数 il y a 1 mois
vite.config.js 480ed26f97 登录跳转 il y a 3 semaines
zipBuildPlugin.js 6f09630057 项目结构重构 il y a 1 mois

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>