- 在离岗记录页面添加view-info组件用于显示详情 - 创建离岗详情组件展示部门、岗位、姓名、离岗时间等信息 - 添加viewDialog响应式数据结构管理详情弹窗状态 - 实现fnView方法用于打开详情弹窗并传递数据 - 集成useVModel处理弹窗可见性双向绑定 |
||
|---|---|---|
| public | ||
| src | ||
| .env | ||
| .env.development | ||
| .env.production | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc.cjs | ||
| env.d.ts | ||
| index.html | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| readme.md | ||
| vite.config.js | ||
readme.md
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Recommended IDE Setup
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).