hujunwei@agilestar.cn пре 2 година
родитељ
комит
151c74caf2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/el-form.vue

+ 1 - 1
src/components/el-form.vue

@@ -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;";
         }
       }