From 7073564e76beef5cec44f2ba67ca605fe4f4ff31 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 29 七月 2024 18:10:05 +0800
Subject: [PATCH] 11
---
src/views/project/fund/ethicalExpertFeeApply/index.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/project/fund/ethicalExpertFeeApply/index.vue b/src/views/project/fund/ethicalExpertFeeApply/index.vue
index adb5071..e88de4b 100644
--- a/src/views/project/fund/ethicalExpertFeeApply/index.vue
+++ b/src/views/project/fund/ethicalExpertFeeApply/index.vue
@@ -250,8 +250,8 @@
@click="handleDelete(scope.row)"
v-hasPermi="['project:ethicalfund:delete']"
><span class="button-delete"
- ><i class="el-icon-delete"></i>鍒犻櫎</span
- ></el-button
+ ><i class="el-icon-delete"></i>鍒犻櫎</span
+ ></el-button
>
<el-button
size="mini"
@@ -705,9 +705,9 @@
type="text"
size="small"
>
- <span class="button-delete"
- ><i class="el-icon-delete"></i>鍒犻櫎</span
- >
+ <span class="button-delete"
+ ><i class="el-icon-delete"></i>鍒犻櫎</span
+ >
</el-button>
</template>
</el-table-column>
@@ -2057,7 +2057,7 @@
this.detailInfoDialogShow = false;
},
rowClassName({ row, column, rowIndex, columnIndex }) {
- if (row.recordstatus == -1 && row.backflowlevel >= 0) {
+ if (row.recordstatus == -1 && row.backflowlevel != null) {
return "error-row";
}
return "";
@@ -2089,7 +2089,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