Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
6fea9e5e
Commit
6fea9e5e
authored
Sep 29, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文档优化
parent
f61d4d5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
word.vue
pages/word/document/word.vue
+9
-5
No files found.
pages/word/document/word.vue
View file @
6fea9e5e
...
@@ -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
:
18
0
,
width
:
20
0
,
align
:
"left"
,
align
:
"left"
,
render
:
(
h
,
params
)
=>
{
render
:
(
h
,
params
)
=>
{
return
h
(
"div"
,
{
class
:
"action"
},
[
return
h
(
"div"
,
{
class
:
"action"
},
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment