From 425b33a6bdaae3d9d1adc83f596ef215b102b600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 13 Jun 2024 16:52:34 +0800 Subject: [PATCH] xg --- src/layout/index.vue | 4 + src/views/system/specialDiseaseNode/index.vue | 5 +- src/views/system/taskExecuteRecord/index.vue | 321 ++++++------------ 3 files changed, 111 insertions(+), 219 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index d2ec797..b76fd4e 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -71,6 +71,10 @@ export default { flex: 20; } +::v-deep .el-table__fixed-right { + height: 100% !important; +} + ::v-deep .el-table::before { display: none !important; } diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index b2128f7..e566a13 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -1,5 +1,5 @@ @@ -531,7 +405,7 @@ export default { this.getList(); this.$modal.msgSuccess("删除成功"); }) - .catch(() => {}); + .catch(() => { }); }, /** 导出按钮操作 */ handleExport() { @@ -546,3 +420,14 @@ export default { }, }; + \ No newline at end of file