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