ruoyi-ui/src/views/self/show.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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 ''; },