From 0d09a0cc70c4e3702368295c07efc14cdf89d023 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 29 二月 2024 13:47:29 +0800 Subject: [PATCH] 11 --- src/views/project/fund/performanceApply/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/project/fund/performanceApply/index.vue b/src/views/project/fund/performanceApply/index.vue index 844079a..8a8061a 100644 --- a/src/views/project/fund/performanceApply/index.vue +++ b/src/views/project/fund/performanceApply/index.vue @@ -597,7 +597,7 @@ //this.totaldayin(id); }, rowClassName({ row, column, rowIndex, columnIndex }) { - if (row.recordstatus == -1 && row.backflowlevel >= 0) { + if (row.recordstatus == -1 && row.backflowlevel != null) { return "error-row"; } return ""; @@ -622,7 +622,7 @@ </script> <style lang="scss" scoped> /* @import url(); 寮曞叆鍏叡css绫� */ -.button-delete{ +.button-delete { color: rgb(236, 69, 69); } ::v-deep.el-table .error-row { -- Gitblit v1.9.3