Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
work-log
Project
Project
Details
Activity
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
高宇
work-log
Commits
4742c06a
Commit
4742c06a
authored
Apr 24, 2019
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 bug;
parent
ca18ced2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
scheduleItem.vue
src/components/common/scheduleItem.vue
+2
-1
workLogListForm.vue
src/components/workLog/workLogListForm.vue
+1
-1
No files found.
src/components/common/scheduleItem.vue
View file @
4742c06a
...
...
@@ -111,7 +111,8 @@
toView
(
item
)
{
// console.log(item)
let
obj
=
{
name
:
'ofClient'
,
app
:
'client'
,
name
:
'viewClient'
,
params
:
{
id
:
item
.
client_id
}
...
...
src/components/workLog/workLogListForm.vue
View file @
4742c06a
...
...
@@ -32,7 +32,7 @@
change-on-select
v-if=
"item.itemKey"
:options=
"item.value"
@
change=
"setCascader(item
, key
)"
@
change=
"setCascader(item)"
></el-cascader>
</el-form-item>
</el-col>
...
...
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