Commit 6fea9e5e authored by 仇晓婷's avatar 仇晓婷

文档优化

parent f61d4d5a
...@@ -154,9 +154,10 @@ export default { ...@@ -154,9 +154,10 @@ export default {
{ {
key: "creationTime", key: "creationTime",
title: this.l("creationTime"), title: this.l("creationTime"),
align: "left", align: "center",
easy: true, easy: true,
high: true, high: true,
width: 180,
}, },
{ {
key: "code", key: "code",
...@@ -167,27 +168,30 @@ export default { ...@@ -167,27 +168,30 @@ export default {
{ {
key: "status", key: "status",
title: this.l("status"), title: this.l("status"),
align: "left", align: "center",
high: true, high: true,
code: "word.document.status", code: "word.document.status",
width: 120,
}, },
{ {
key: "version", key: "version",
title: this.l("revision"), title: this.l("revision"),
align: "left", align: "center",
high: true, high: true,
width: 120,
}, },
{ {
key: "creatorUserId", key: "creatorUserId",
title: this.l("creatorUserId"), title: this.l("creatorUserId"),
align: "left", align: "center",
high: true, high: true,
type: "user", type: "user",
width: 120,
}, },
{ {
title: "操作", title: "操作",
key: "action", key: "action",
width: 180, width: 200,
align: "left", align: "left",
render: (h, params) => { render: (h, params) => {
return h("div", { class: "action" }, [ return h("div", { class: "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