This commit is contained in:
2025-04-27 13:54:30 +08:00
parent 54fc190392
commit 5261ce35b1
3 changed files with 2 additions and 2 deletions

BIN
dist.zip

Binary file not shown.

View File

@@ -526,7 +526,7 @@ export default {
},
methods: {
tableRowStyle({ row }) {
if (row.is_repeat === 0) {
if (row.is_repeat === 1) {
return { backgroundColor: '#ffecec' }; // 浅红色
}
return {};

View File

@@ -430,7 +430,7 @@ export default {
},
methods: {
tableRowStyle({ row }) {
if (row.is_repeat === 0) {
if (row.is_repeat === 1) {
return { backgroundColor: '#ffecec' }; // 浅红色
}
return {};