提交 1a85c427 authored 作者: leon's avatar leon

医生管理-批量导入医生按钮

上级 c1854ae3
......@@ -24,7 +24,8 @@
</a-alert>
</template>
<template #toolbar>
<a-button v-auth="'AUTH_SYSTEM_DOCTOR:ADD'" type="primary" @click="handleCreate"> 新增</a-button>
<a-button v-auth="'AUTH_SYSTEM_DOCTOR:ADD'" type="primary" @click="handleCreate"> 新增医生</a-button>
<a-button v-auth="'AUTH_SYSTEM_DOCTOR:IMPORT'" type="primary" @click="handleImport"> 批量导入医生</a-button>
</template>
<template #bodyCell="{ column, record, text }">
<template v-if="column.dataIndex === 'id'">
......@@ -136,6 +137,9 @@
return handledParams;
};
//todo 医生管理-批量导入医生
const handleImport = () => {};
const handleCreate = () => {
openDrawer(true, {
isUpdate: false,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论