Commit 06651868 authored by 仇晓婷's avatar 仇晓婷

dd

parent 3fee7396
...@@ -285,12 +285,7 @@ export default { ...@@ -285,12 +285,7 @@ export default {
); );
}, },
}, },
// {
// key: "businessUnits",
// title: this.l("businessUnits"),
// align: "left",
// high: true,
// },
{ {
key: "creationTime", key: "creationTime",
title: this.l("creationTime"), title: this.l("creationTime"),
...@@ -304,6 +299,13 @@ export default { ...@@ -304,6 +299,13 @@ export default {
high: true, high: true,
type: "user", type: "user",
}, },
{
key: "note",
title: this.l("note"),
align: "left",
high: true,
tooltip: true,
},
{ {
title: "操作", title: "操作",
key: "action", key: "action",
......
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