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
e6203135
Commit
e6203135
authored
Oct 09, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
3346016b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
add.vue
pages/word/document/add.vue
+1
-1
edit.vue
pages/word/document/edit.vue
+1
-1
word.vue
pages/word/document/word.vue
+2
-2
No files found.
pages/word/document/add.vue
View file @
e6203135
...
...
@@ -240,7 +240,7 @@ export default {
categoryId
:
this
.
treeId
,
img
:
""
,
code
:
""
,
workFlowIds
:
this
.
workFlowIds
,
schemaId
:
this
.
workFlowIds
,
// title: "",
// field: "",
// dataType: null,
...
...
pages/word/document/edit.vue
View file @
e6203135
...
...
@@ -231,7 +231,7 @@ export default {
imgName
:
""
,
avatorPath
:
""
,
entity
:
{
workFlowIds
:
this
.
workFlowIds
,
schemaId
:
this
.
workFlowIds
,
},
rules
:
{
name
:
[{
required
:
true
,
message
:
"必填"
,
trigger
:
"blur"
}],
...
...
pages/word/document/word.vue
View file @
e6203135
...
...
@@ -90,7 +90,7 @@
<a
@
click=
"sub(row.id)"
v-if=
"row.status == 1 && row.
workFlowIds
"
v-if=
"row.status == 1 && row.
schemaId
"
>
<Icon
type=
"md-color-wand"
/>
送审
</a>
...
...
@@ -230,7 +230,7 @@ export default {
attrs
:
{
oprate
:
"detail"
},
on
:
{
click
:
()
=>
this
.
sub
(
params
.
row
.
id
)
},
},
params
.
row
.
status
==
1
&&
params
.
row
.
workFlowIds
?
"送审"
:
""
params
.
row
.
status
==
1
&&
params
.
row
.
schemaId
?
"送审"
:
""
),
]);
},
...
...
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