Commit 699edccd authored by renjintao's avatar renjintao

index

parent 9841e58e
...@@ -536,28 +536,28 @@ export default { ...@@ -536,28 +536,28 @@ export default {
high: true, high: true,
code: "User.base.jobtitle", code: "User.base.jobtitle",
}, },
{ // {
key: "creatorUserId", // key: "creatorUserId",
title: this.l("creatorUserId"), // title: this.l("creatorUserId"),
align: "left", // align: "left",
type: "user", // type: "user",
}, // },
{ // {
key: "creationTime", // key: "creationTime",
title: this.l("creationTime"), // title: this.l("creationTime"),
align: "left", // align: "left",
}, // },
{ // {
key: "lastModifierUserId", // key: "lastModifierUserId",
title: this.l("lastModifierUserId"), // title: this.l("lastModifierUserId"),
align: "left", // align: "left",
type: "user", // type: "user",
}, // },
{ // {
key: "lastModificationTime", // key: "lastModificationTime",
title: this.l("lastModificationTime"), // title: this.l("lastModificationTime"),
align: "left", // align: "left",
}, // },
], ],
departArr: [], //部门list departArr: [], //部门list
//导入导出时使用end //导入导出时使用end
......
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