From 7a8ac0881c0e58fc07dcf73979852bbdb0f68c35 Mon Sep 17 00:00:00 2001
From: 张钢 <floatgang@163.com>
Date: 星期日, 25 八月 2024 09:31:47 +0800
Subject: [PATCH] 修改了语法错误
---
ruoyi-ui/src/views/self/show.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ruoyi-ui/src/views/self/show.vue b/ruoyi-ui/src/views/self/show.vue
index 260cd7c..a749cb0 100644
--- a/ruoyi-ui/src/views/self/show.vue
+++ b/ruoyi-ui/src/views/self/show.vue
@@ -1808,15 +1808,15 @@
editAutobiography(item) {
this.isEdit1 = true;
this.dialogVisible.autobiography = true;
- this.formDat = { ...item };
+ this.formDat = { item };
},
//闅旇鍙樿壊
tableRowClassName({row, rowIndex}) {
if (rowIndex % 2 == 0) {
- return "statistics-warning-row1";
- } else {
return "statistics-warning-row";
+ } else {
+ return "statistics-warning-row1";
}
return '';
},
--
Gitblit v1.9.1