Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
ybf
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
xulili
ybf
Commits
b4962c23
Commit
b4962c23
authored
Jan 15, 2020
by
Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
♻
Z: Dot: PC task pages code depends on new UE.
parent
79fbf9e4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
11 deletions
+38
-11
index.vue
ybf_admin/src/pages/task/bar/index.vue
+36
-9
index.vue
ybf_admin/src/pages/task/count/index.vue
+2
-2
No files found.
ybf_admin/src/pages/task/bar/index.vue
View file @
b4962c23
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
<el-table-column
label=
"操作"
align=
"center"
fixed=
"right"
width=
"240"
>
<el-table-column
label=
"操作"
align=
"center"
fixed=
"right"
width=
"240"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
<
!--
<
el-button
v-if=
"scope.row.taskStatus === 'Top'"
v-if=
"scope.row.taskStatus === 'Top'"
class=
"buttonTextNormal"
class=
"buttonTextNormal"
type=
"text"
type=
"text"
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
class=
"buttonTextNormal"
class=
"buttonTextNormal"
type=
"text"
type=
"text"
@
click=
"listsTopClick(scope.row.id)"
@
click=
"listsTopClick(scope.row.id)"
>
置顶
</el-button>
>
置顶
</el-button>
-->
<el-button
class=
"buttonTextNormal"
type=
"text"
@
click=
"listsSeeClick(scope.row.id)"
>
详情
</el-button>
<el-button
class=
"buttonTextNormal"
type=
"text"
@
click=
"listsSeeClick(scope.row.id)"
>
详情
</el-button>
<el-button
class=
"buttonTextNormal"
type=
"text"
@
click=
"listsEditClick(scope.row.id)"
>
编辑
</el-button>
<el-button
class=
"buttonTextNormal"
type=
"text"
@
click=
"listsEditClick(scope.row.id)"
>
编辑
</el-button>
<el-button
class=
"buttonTextWarning"
type=
"text"
@
click=
"listsDelClick(scope.row)"
>
删除
</el-button>
<el-button
class=
"buttonTextWarning"
type=
"text"
@
click=
"listsDelClick(scope.row)"
>
删除
</el-button>
...
@@ -189,7 +189,7 @@
...
@@ -189,7 +189,7 @@
<el-row>
<el-row>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"
产品
周期:"
prop=
"taskTime"
>
<el-form-item
label=
"
任务
周期:"
prop=
"taskTime"
>
<el-date-picker
<el-date-picker
v-model=
"data.create.taskTime"
v-model=
"data.create.taskTime"
type=
"daterange"
type=
"daterange"
...
@@ -266,6 +266,18 @@
...
@@ -266,6 +266,18 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"发布日期:"
prop=
"createTime"
>
<el-input
:disabled=
"true"
v-model=
"data.see.createTime"
autocomplete=
"off"
placeholder=
"发布日期为空"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"任务期限:"
prop=
"taskTime"
>
<el-form-item
label=
"任务期限:"
prop=
"taskTime"
>
...
@@ -278,6 +290,19 @@
...
@@ -278,6 +290,19 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"状态:"
prop=
"taskStatus"
>
<el-input
:disabled=
"true"
v-model=
"data.see.taskStatus"
autocomplete=
"off"
placeholder=
"任务状态为空"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"任务详情:"
prop=
"taskDetail"
>
<el-form-item
label=
"任务详情:"
prop=
"taskDetail"
>
...
@@ -500,14 +525,18 @@ export default {
...
@@ -500,14 +525,18 @@ export default {
taskName
:
"taskName"
,
taskName
:
"taskName"
,
taskType
:
"taskType"
,
taskType
:
"taskType"
,
bar
:
"bar"
,
bar
:
"bar"
,
taskTime
:
"taskTime"
,
createTime
:
"2020-01-01"
,
taskTime
:
"2020-01-05"
+
" 至 "
+
"2020-01-10"
,
taskStatus
:
"已发布"
,
taskDetail
:
"taskDetail"
taskDetail
:
"taskDetail"
},
},
seeDefault
:
{
seeDefault
:
{
taskName
:
""
,
taskName
:
""
,
taskType
:
""
,
taskType
:
""
,
bar
:
""
,
bar
:
""
,
createTime
:
""
,
taskTime
:
""
,
taskTime
:
""
,
taskStatus
:
""
,
taskDetail
:
""
taskDetail
:
""
}
}
},
},
...
@@ -539,13 +568,11 @@ export default {
...
@@ -539,13 +568,11 @@ export default {
searchsSend
()
{},
searchsSend
()
{},
searchsDels
()
{
searchsDels
()
{
let
postData
=
{
let
postData
=
{
loginName
:
'Alice'
,
loginName
:
"Alice"
,
loginPwd
:
'AlicePwd'
loginPwd
:
"AlicePwd"
};
};
ApiLoginSubmit
(
postData
).
then
(
res
=>
{
ApiLoginSubmit
(
postData
).
then
(
res
=>
{});
});
},
},
searchsSearch
()
{},
searchsSearch
()
{},
...
...
ybf_admin/src/pages/task/count/index.vue
View file @
b4962c23
...
@@ -48,14 +48,14 @@
...
@@ -48,14 +48,14 @@
style=
"width:200px;"
>
style=
"width:200px;"
>
</el-date-picker>
</el-date-picker>
</el-form-item>
</el-form-item>
<el-form-item
label=
"关键词"
>
<
!--
<
el-form-item
label=
"关键词"
>
<el-input
<el-input
size=
"small"
size=
"small"
v-model=
"data.search.keys"
v-model=
"data.search.keys"
style=
"width:160px"
style=
"width:160px"
placeholder=
"请输入关键词"
placeholder=
"请输入关键词"
/>
/>
</el-form-item>
</el-form-item>
-->
</el-form>
</el-form>
...
...
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