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

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

parent 45fa21e2
...@@ -167,17 +167,17 @@ export default { ...@@ -167,17 +167,17 @@ export default {
// { label: "审批负责人", prop: "approver" }, // { label: "审批负责人", prop: "approver" },
{ {
label: "创建用户", label: "用户名",
prop: "createUserId", prop: "createUserId",
formatter: this.formatter, formatter: this.formatter,
}, },
{ // {
label: "创建时间", // label: "创建时间",
prop: "createTime", // prop: "createTime",
width: 150, // width: 150,
formatter: this.formatterDate, // formatter: this.formatterDate,
}, // },
{ {
label: "操作", 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