From 87e075383de29feaa465c348ab77d0aee2afd36e Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Thu, 3 Apr 2025 12:28:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E5=8F=B0=E5=AE=A1=E6=A0=B8=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=80=9A=E8=BF=87=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?slaverAdmin=E5=AD=97=E6=AE=B5=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/medicalFile/index.vue | 53 ++++++++----------- 1 file changed, 22 insertions(+), 31 deletions(-) diff --git a/acupuncture-前台/src/views/medicalFile/index.vue b/acupuncture-前台/src/views/medicalFile/index.vue index 85049d82..d494d045 100644 --- a/acupuncture-前台/src/views/medicalFile/index.vue +++ b/acupuncture-前台/src/views/medicalFile/index.vue @@ -109,7 +109,6 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['medicalFile:index:add']" >新增 @@ -121,7 +120,6 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['medicalFile:index:del']" >删除 @@ -132,7 +130,6 @@ icon="el-icon-bottom" size="mini" @click="handleDownload" - v-hasPermi="['medicalFile:index:download']" > 下载模版 @@ -144,7 +141,6 @@ icon="el-icon-upload2" size="mini" @click="handleImport" - v-hasPermi="['medicalFile:index:import']" >导入 --> @@ -155,7 +151,6 @@ icon="el-icon-download" size="mini" @click="handleExport" - v-hasPermi="['medicalFile:index:export']" >导出 @@ -376,7 +371,6 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['medicalFile:index:edit']" >修改 删除 档案详情 随访记录 评估报告 提交审核 - - 通过 - - - 驳回 - +
+ + 通过 + + + 驳回 + +
@@ -643,6 +632,7 @@ export default { data() { return { qzUrl: process.env.VUE_APP_API_QZURL, // 二维码路径 + userInfo: {}, // 受教育程度,年限 educationYears: [ { label: "文盲", value: 0 }, @@ -967,6 +957,7 @@ export default { let idCard = this.$route.query.idCard; this.queryParams.param.keywords = idCard || ""; this.getList(); + this.userInfo = JSON.parse(localStorage.getItem("user")); // this.getFollowupQuery(); }, methods: {