Browse Source

采购订单生成-新增创建时间字段

002390 1 year ago
parent
commit
2a872f03cf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/purchase/task/columns.js

+ 4 - 0
src/views/purchase/task/columns.js

@@ -57,6 +57,10 @@ export default function useColumns() {
       attr: {},
     },
     { item: { key: "code", title: "订单生成单号",width :160 }, attr: {} },
+    { 
+      item: { key: "createTime", title: "创建时间",width :160 }, 
+      attr: {} 
+    },
     // {
     //   item: { key: "demandOrgName", title: "需求组织" ,width :100},
     //   attr: {},