Преглед изворни кода

物料变更单,修改记录字段取值

002390 пре 1 година
родитељ
комит
023217a4fa
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/material/changeApply/amendantRecord/column.js

+ 2 - 2
src/views/material/changeApply/amendantRecord/column.js

@@ -1,7 +1,7 @@
 export const recordColumns = [
   { item: { key: "pageCondtion", title: "字段名称" }, attr: {} },
-  { item: { key: "afterChangeValue", title: "变更前" }, attr: {} },
+  { item: { key: "beforeChangeValue", title: "变更前" }, attr: {} },
   {
-    item: { key: "beforeChangeValue", title: "变更后" },attr: {},
+    item: { key: "afterChangeValue", title: "变更后" },attr: {},
   },
 ];