Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DA-Platform
Overview
Overview
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
文档服务地址:
http://47.92.0.57:3000/
周报索引地址:
http://47.92.0.57:3000/s/NruNXRYmV
Open sidebar
Berlin
DA-Platform
Commits
48165a65
Commit
48165a65
authored
Aug 15, 2020
by
李严凡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建任务界面微调
parent
36eb73ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
ReleaseTask.vue
DAPlatform-front/src/components/ReleaseTask.vue
+11
-11
No files found.
DAPlatform-front/src/components/ReleaseTask.vue
View file @
48165a65
...
...
@@ -274,10 +274,10 @@
</el-tabs>
<el-form-item
style=
"margin-top: 20px"
>
<el-row
type=
"flex"
class=
"row-bg"
justify=
"
end
"
>
<el-col
offset=
"16"
span=
"8"
>
<el-input
v-model=
"taskName"
@
input=
"change($event)"
placeholder=
"输入任务名称"
style=
"width:
63
%"
></el-input>
<el-button
type=
"primary"
@
click=
"submitForm(taskName)"
style=
"width:
35
%"
>
创建任务
</el-button>
<el-row
type=
"flex"
class=
"row-bg"
justify=
"
center
"
>
<el-col
offset=
"18"
span=
"6"
>
<el-input
v-model=
"taskName"
@
input=
"change($event)"
placeholder=
"输入任务名称"
style=
"width:
49
%"
></el-input>
<el-button
type=
"primary"
@
click=
"submitForm(taskName)"
style=
"width:
49
%"
>
创建任务
</el-button>
</el-col>
</el-row>
</el-form-item>
...
...
@@ -519,13 +519,13 @@
},
mounted
(){
setTimeout
(()
=>
{
if
(
this
.
$store
.
state
.
userInfo
==
null
){
this
.
$message
({
type
:
"warning"
,
message
:
"您未登录,请前往登录界面进行操作"
})
this
.
$router
.
push
({
path
:
'/'
});
}
//
if(this.$store.state.userInfo == null){
//
this.$message({
//
type:"warning",
//
message:"您未登录,请前往登录界面进行操作"
//
})
//
this.$router.push({path: '/'});
//
}
this
.
ins
=
this
.
$route
.
params
.
ins
;
// console.log("1111212");
...
...
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