From 251cc3290959d2085aa3359d6f74d97db914d182 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期日, 22 十月 2023 00:44:22 +0800 Subject: [PATCH] 修改了表格的行高,以及数据过长的部分用省略号表示 --- ruoyi-ui/src/views/healthy/healthyInfo.vue | 13 +++---------- 1 files changed, 3 insertions(+), 10 deletions(-) diff --git a/ruoyi-ui/src/views/healthy/healthyInfo.vue b/ruoyi-ui/src/views/healthy/healthyInfo.vue index f83ddb5..23bcdbc 100644 --- a/ruoyi-ui/src/views/healthy/healthyInfo.vue +++ b/ruoyi-ui/src/views/healthy/healthyInfo.vue @@ -153,7 +153,7 @@ </div> </template> <script> -import {getHealthInfo, uploadPic, download, updateSecret} from "@/api/healthy/index"; +import {getHealthInfo, uploadPic, download, updateHealth} from "@/api/healthy/index"; import {addRole, updateRole} from "@/api/system/role"; import {blobValidate} from "@/utils/ruoyi"; import errorCode from "@/utils/errorCode"; @@ -330,7 +330,7 @@ if (valid) { if (this.formData.id != undefined) { - updateSecret(this.formData).then(response => { + updateHealth(this.formData).then(response => { this.$modal.msgSuccess("淇敼鎴愬姛"); // this.open = false; this.btn=false @@ -398,7 +398,7 @@ handleEdit() { this.dsb = false - // this.btn = true + this.btn = true this.isShow=false }, requestUpload(params) @@ -425,13 +425,6 @@ }) }, - - /** 瀵煎嚭鎸夐挳鎿嶄綔 */ - handleExport() { - this.download('/zYearInfo/export', { - ...this.queryParams - }, `zYearInfo${new Date().getTime()}.xlsx`) - } } } -- Gitblit v1.9.1