This commit is contained in:
taylor
2024-10-16 17:02:47 +08:00
commit dc507d2a0b
266 changed files with 62650 additions and 0 deletions

View File

@@ -0,0 +1,284 @@
export const data = {
"key": "v-95cb8380",
"path": "/project/hospitalSet.html",
"title": "医院管理 - 医院设置",
"lang": "zh-CN",
"frontmatter": {},
"excerpt": "",
"headers": [
{
"level": 2,
"title": "需求介绍",
"slug": "需求介绍",
"children": []
},
{
"level": 2,
"title": "搭建静态组件",
"slug": "搭建静态组件",
"children": [
{
"level": 3,
"title": "搭建头部表单和按钮",
"slug": "搭建头部表单和按钮",
"children": []
},
{
"level": 3,
"title": "搭建底部表格",
"slug": "搭建底部表格",
"children": []
},
{
"level": 3,
"title": "搭建分页器",
"slug": "搭建分页器",
"children": []
}
]
},
{
"level": 2,
"title": "数据分页展示",
"slug": "数据分页展示",
"children": [
{
"level": 3,
"title": "查看 API 文档",
"slug": "查看-api-文档",
"children": []
},
{
"level": 3,
"title": "定义请求函数",
"slug": "定义请求函数",
"children": []
},
{
"level": 3,
"title": "组件发送请求,获取数据",
"slug": "组件发送请求-获取数据",
"children": []
},
{
"level": 3,
"title": "数据动态展示",
"slug": "数据动态展示",
"children": []
},
{
"level": 3,
"title": "添加 Loading 效果",
"slug": "添加-loading-效果",
"children": []
},
{
"level": 3,
"title": "封装公共请求函数,完成分页功能",
"slug": "封装公共请求函数-完成分页功能",
"children": []
}
]
},
{
"level": 2,
"title": "查询医院列表",
"slug": "查询医院列表",
"children": [
{
"level": 3,
"title": "修改表单内容",
"slug": "修改表单内容",
"children": []
},
{
"level": 3,
"title": "完成查询功能",
"slug": "完成查询功能",
"children": []
}
]
},
{
"level": 2,
"title": "清空搜索条件",
"slug": "清空搜索条件",
"children": []
},
{
"level": 2,
"title": "添加医院",
"slug": "添加医院",
"children": [
{
"level": 3,
"title": "新建路由组件",
"slug": "新建路由组件",
"children": []
},
{
"level": 3,
"title": "进行路由配置",
"slug": "进行路由配置",
"children": []
},
{
"level": 3,
"title": "点击跳转路由",
"slug": "点击跳转路由",
"children": []
},
{
"level": 3,
"title": "搭建静态组件",
"slug": "搭建静态组件-1",
"children": []
},
{
"level": 3,
"title": "定义公共样式",
"slug": "定义公共样式",
"children": []
},
{
"level": 3,
"title": "定义表单校验规则",
"slug": "定义表单校验规则",
"children": []
},
{
"level": 3,
"title": "定义接口函数&类型",
"slug": "定义接口函数-类型",
"children": []
},
{
"level": 3,
"title": "完成添加医院",
"slug": "完成添加医院",
"children": []
},
{
"level": 3,
"title": "完成返回",
"slug": "完成返回",
"children": []
}
]
},
{
"level": 2,
"title": "修改医院",
"slug": "修改医院",
"children": [
{
"level": 3,
"title": "搭建路由",
"slug": "搭建路由",
"children": []
},
{
"level": 3,
"title": "修改按钮",
"slug": "修改按钮",
"children": []
},
{
"level": 3,
"title": "点击跳转路由",
"slug": "点击跳转路由-1",
"children": []
},
{
"level": 3,
"title": "定义接口函数&类型",
"slug": "定义接口函数-类型-1",
"children": []
},
{
"level": 3,
"title": "组件发送请求, 获取数据",
"slug": "组件发送请求-获取数据-1",
"children": []
},
{
"level": 3,
"title": "完成修改医院",
"slug": "完成修改医院",
"children": []
}
]
},
{
"level": 2,
"title": "删除医院",
"slug": "删除医院",
"children": [
{
"level": 3,
"title": "删除按钮",
"slug": "删除按钮",
"children": []
},
{
"level": 3,
"title": "定义接口函数",
"slug": "定义接口函数",
"children": []
},
{
"level": 3,
"title": "完成删除",
"slug": "完成删除",
"children": []
}
]
},
{
"level": 2,
"title": "批量删除医院",
"slug": "批量删除医院",
"children": [
{
"level": 3,
"title": "添加复选框",
"slug": "添加复选框",
"children": []
},
{
"level": 3,
"title": "按钮的禁用效果",
"slug": "按钮的禁用效果",
"children": []
},
{
"level": 3,
"title": "定义接口函数",
"slug": "定义接口函数-1",
"children": []
},
{
"level": 3,
"title": "完成批量删除",
"slug": "完成批量删除",
"children": []
}
]
}
],
"git": {},
"filePathRelative": "project/hospitalSet.md"
}
if (import.meta.webpackHot) {
import.meta.webpackHot.accept()
if (__VUE_HMR_RUNTIME__.updatePageData) {
__VUE_HMR_RUNTIME__.updatePageData(data)
}
}
if (import.meta.hot) {
import.meta.hot.accept(({ data }) => {
__VUE_HMR_RUNTIME__.updatePageData(data)
})
}