Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
9b9a45ab
Commit
9b9a45ab
authored
Jan 31, 2020
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化工作计划
parent
83e1467f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
171 additions
and
105 deletions
+171
-105
workDetails.vue
src/components/work/workDetails.vue
+156
-104
workManager.vue
src/components/work/workManager.vue
+15
-1
No files found.
src/components/work/workDetails.vue
View file @
9b9a45ab
This diff is collapsed.
Click to expand it.
src/components/work/workManager.vue
View file @
9b9a45ab
...
...
@@ -76,6 +76,19 @@
></el-date-picker>
</span>
</li>
<li>
<span>
<em>
任务状态
</em>
<el-select
class=
"w200"
v-model=
"msg.status"
>
<el-option
label=
"不限"
value=
"-2"
></el-option>
<el-option
label=
"未开始"
value=
"-1"
></el-option>
<el-option
label=
"进行中"
value=
"0"
></el-option>
<el-option
label=
"超时进行中"
value=
"1"
></el-option>
<el-option
label=
"超时完成"
value=
"2"
></el-option>
<el-option
label=
"正常完成"
value=
"3"
></el-option>
</el-select>
</span>
</li>
<li>
<input
type=
"button"
...
...
@@ -226,7 +239,8 @@ export default {
pageSize
:
10
,
CreateBy
:
"-1"
,
examineStatus
:
"-1"
,
timeRange
:
[]
timeRange
:
[],
status
:
"-2"
},
getCompanyMsg
:
{
RB_Group_Id
:
"0"
,
...
...
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