Commit c118dba0 authored by 姬鋆屾's avatar 姬鋆屾

推请假记录屏蔽创建时间,创建用户改为用户名

parent 45fa21e2
......@@ -167,17 +167,17 @@ export default {
// { label: "审批负责人", prop: "approver" },
{
label: "创建用户",
label: "用户名",
prop: "createUserId",
formatter: this.formatter,
},
{
label: "创建时间",
prop: "createTime",
width: 150,
formatter: this.formatterDate,
},
// {
// label: "创建时间",
// prop: "createTime",
// width: 150,
// formatter: this.formatterDate,
// },
{
label: "操作",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment