提交
This commit is contained in:
@@ -526,7 +526,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
tableRowStyle({ row }) {
|
||||
if (row.is_repeat === 0) {
|
||||
if (row.is_repeat === 1) {
|
||||
return { backgroundColor: '#ffecec' }; // 浅红色
|
||||
}
|
||||
return {};
|
||||
|
||||
@@ -430,7 +430,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
tableRowStyle({ row }) {
|
||||
if (row.is_repeat === 0) {
|
||||
if (row.is_repeat === 1) {
|
||||
return { backgroundColor: '#ffecec' }; // 浅红色
|
||||
}
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user