Browse Source

修改审批人

002390 2 years ago
parent
commit
57f0a1c7a3

+ 1 - 1
src/views/purchase/purchase-order/add/column.js

@@ -421,7 +421,7 @@ export const Columns = [
     valueFormat: "yyyy-MM-dd",
     isShow:false,
   },
-  { key: "approver", title: "审批人", inputType: "Input", isShow:false, },
+  { key: "approverName", title: "审批人", inputType: "Input", isShow:false, },
   {
     key: "approverFinishTime",
     title: "审批时间",

+ 1 - 1
src/views/purchase/purchase-order/column.js

@@ -132,7 +132,7 @@ export const TableColumns = [
   { key: "createByName", title: "创建人" ,width:100,},
   { key: "createTime", title: "制单日期/创建时间", },
   { key: "approveTime", title: "提交时间" ,width:100,},
-  { key: "approver", title: "审批人" ,width:100,},
+  { key: "approverName", title: "审批人" ,width:100,},
   { key: "approverFinishTime", title: "审批时间",width:100, },
   { key: "updateByName", title: "更新人" ,width:100,},
   { key: "updateTime", title: "最后修改时间" },