dc20a6a8298d3a953e3af1006918856cf7e35bf8
选中工作流即以表单卡片推送进入对话消息流,卡片内填写并提交执行, 移除整页表单区。历史 workflow 会话回显为带值表单卡片 + 结果消息, 不再跳整页表单页;回显数据源改用 session/get 记录(requestParams 即完整 flowContent,含 __start__ 值快照),失败判断以 errorMsg 为准。 - 新增 WorkflowFormCard.vue 表单卡片组件(迁移原整页表单渲染/校验逻辑) - ChatList 渲染 form 类型消息,透传 form-submit - MainContent 精简为两态(对话页/占位页) - SessionResults workflow 结果精简摘要,状态以 errorMsg 为准 Co-Authored-By: Claude <noreply@anthropic.com>
🌈 介绍
基于 vue3.x + CompositionAPI + typescript + vite + element plus + vue-router-next + next.vuex,适配手机、平板、pc 的后台开源免费模板,希望减少工作量,帮助大家实现快速开发。
🚧 安装 cnpm、yarn
- 复制代码(桌面 cmd 运行)
npm install -g cnpm --registry=https://registry.npm.taobao.org - 复制代码(桌面 cmd 运行)
npm install -g yarn
🏭 环境支持
| Edge | last 2 versions | last 2 versions | last 2 versions |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
由于 Vue3 不再支持 IE11,故而 ElementPlus 也不支持 IE11 及之前版本。
⚡ 使用说明
建议使用 cnpm,因为 yarn 有时会报错。node 版本[v16.x ~ v20.x)
# 克隆项目
git clone -b v3.2 https://gitee.com/tiger1103/gfast-ui.git
# 进入项目
cd gfast-ui
# 安装依赖
npm install --registry=https://registry.npmmirror.com
# 运行项目
npm run dev
# 打包发布
npm run build
❤特别鸣谢
Languages
Vue
81.2%
TypeScript
13.8%
SCSS
2.3%
HTML
1.8%
CSS
0.9%




