Explorar o código

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

002390 hai 1 ano
pai
achega
023217a4fa
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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: {},
   },
 ];