From 8f245c0395c4e4c41f655c69a1cff0d676263514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=B7=E5=86=89=E5=86=89?= Date: Tue, 3 Mar 2026 17:24:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=AD=E6=97=A595=E5=88=A9=E7=94=A8?= =?UTF-8?q?=E7=8E=87=E5=AD=97=E6=AE=B5=E6=B7=BB=E5=8A=A0=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1、服务器管理列表中日95利用率字段添加排序功能 2、优化列表中列的数据太长导致的文本提示框信息超出屏幕问题 --- src/components/table/index.vue | 70 ++++++++++----------- src/views/resource/serverRegister/index.vue | 4 +- vue.config.js | 3 +- 3 files changed, 39 insertions(+), 38 deletions(-) diff --git a/src/components/table/index.vue b/src/components/table/index.vue index 9ff757d..a893118 100644 --- a/src/components/table/index.vue +++ b/src/components/table/index.vue @@ -26,38 +26,38 @@