fix: 健康档案管理,新增标签管理、疾病管理模块。

This commit is contained in:
tianyongbao
2025-01-14 14:25:19 +08:00
parent c6f84c69f7
commit 321daa3e7d
6 changed files with 689 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
<div class="operate-btn-con">
<el-button @click="handleAdd" icon="Plus" v-hasPermi="['health:processRecord:add']">新增</el-button>
<el-button :disabled="multiple" icon="Delete" @click="handleDelete" v-hasPermi="['health:processRecord:remove']">删除</el-button>
<el-button @click="handleExport" icon="Download" v-hasPermi="['health:processRecord:export']">导出</el-button>
<!-- <el-button @click="handleExport" icon="Download" v-hasPermi="['health:processRecord:export']">导出</el-button> -->
</div>
</div>
<div class="content-con" v-loading="loading" height="calc(100% - 0.65rem)">