|
@@ -120,7 +120,7 @@ export default {
|
|
|
methods: {
|
|
|
columnbackgroundStyle({ row, column, rowIndex, columnIndex }) {
|
|
|
if (column.type == "default") {
|
|
|
- if (column.label === "文件标题"||column.label === "待办事项名称") {
|
|
|
+ if (column.property === "need_name"||column.property === "needName") {
|
|
|
return "color:#0682CD;";
|
|
|
}
|
|
|
}
|