From 6416b40cf242340eaa163c498bd49d8103e73610 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 29 Jul 2024 17:01:52 +0800
Subject: [PATCH] 代码优化
---
src/views/place/practitioner.vue | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/src/views/place/practitioner.vue b/src/views/place/practitioner.vue
index db0871b..8a95b6a 100644
--- a/src/views/place/practitioner.vue
+++ b/src/views/place/practitioner.vue
@@ -33,14 +33,7 @@
</el-button>
</template>
- <template slot="menuLeft">
- <!-- <el-button size="small" icon="el-icon-delete" plain v-if="permission.place_delete" @click="handleDelete">删 除
- </el-button> -->
- <el-button type="primary" size="small" @click="handleQueryAlarm(1)">未成年人 ({{ countInfo.minors }}) 人
- </el-button>
- <el-button type="primary" size="small" @click="handleQueryAlarm(2)">少数民族 ({{ countInfo.nationalMinority }}) 人
- </el-button>
- </template>
+ <!-- -->
<template slot-scope="{row, size}" slot="menu">
<!-- <el-button :size="size" type="text" icon="el-icon-s-check" v-if="permission.place_audit_cur"
--
Gitblit v1.9.3