From fd2cc8ab2af5f5c8ad6bdc0eea4663600cd6ed20 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Thu, 4 Jun 2020 18:38:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=9C=8D=E5=8A=A1=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=8E=A5=E5=8F=A3=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/index.css | 2 +- src/components/apass-table.vue | 19 +- src/components/table-filter.vue | 2 +- src/pages/workbench/fwgl/fwglList.vue | 636 ++++++++++++++++++-------- src/store/index.js | 6 +- 5 files changed, 467 insertions(+), 198 deletions(-) diff --git a/src/assets/css/index.css b/src/assets/css/index.css index bd44169..d2ffa0f 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -571,7 +571,7 @@ width: 620px!important; color: #830f53; } .apass_table .row_action .btn.disabled { - color: #dde4ff; + color: #999; cursor: not-allowed; } .apass_table .row_action .interval_line { diff --git a/src/components/apass-table.vue b/src/components/apass-table.vue index 56beb8b..fcfc249 100644 --- a/src/components/apass-table.vue +++ b/src/components/apass-table.vue @@ -12,12 +12,20 @@