Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
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
b7926791
Commit
b7926791
authored
Jan 09, 2020
by
Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐛
Z: Hot: fix browser's devWindow's console's wrong info.
parent
781766ed
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
15 deletions
+18
-15
mail.vue
ybf_admin/src/pages/in/contact/mail.vue
+2
-2
index.vue
ybf_admin/src/pages/task/bar/index.vue
+1
-1
index.vue
ybf_admin/src/pages/task/com/index.vue
+1
-1
index.vue
ybf_admin/src/pages/task/count/index.vue
+10
-10
index.vue
ybf_admin/src/pages/task/main/index.vue
+4
-1
No files found.
ybf_admin/src/pages/in/contact/mail.vue
View file @
b7926791
...
...
@@ -335,7 +335,7 @@ export default {
<
style
scoped
>
.top
{
padding-bottom
:
10px
;
border-bottom
:
1px
solid
#f8f8f8
;
border-bottom
:
1px
solid
#f8f8f8
;
}
.end
{
position
:
absolute
;
...
...
@@ -394,7 +394,7 @@ export default {
.left
{
position
:
relative
;
width
:
20%
;
}
.left
,
.right
{
...
...
ybf_admin/src/pages/task/bar/index.vue
View file @
b7926791
...
...
@@ -353,7 +353,7 @@
keys
:
''
,
},
page
:
{
nowPageNum
:
''
,
nowPageNum
:
1
,
},
create
:
{
taskName
:
''
,
...
...
ybf_admin/src/pages/task/com/index.vue
View file @
b7926791
...
...
@@ -219,7 +219,7 @@
keys
:
''
,
},
page
:{
nowPageNum
:
''
,
nowPageNum
:
1
,
}
},
rule
:{
...
...
ybf_admin/src/pages/task/count/index.vue
View file @
b7926791
...
...
@@ -80,16 +80,16 @@
</div>
<div
class=
"ztask-pages"
>
<el-pagination
class=
"ztask-page"
@
size-change=
"pagesSizeChange"
@
current-change=
"pagesNowPageChange"
:current-page=
"data.page.nowPageNum"
:page-sizes=
"[100, 200, 300, 400]"
:page-size=
"100"
layout=
"prev, pager, next, sizes, jumper"
:total=
"400"
></el-pagination
>
<!-- <el-pagination-->
<!-- class="ztask-page"-->
<!-- @size-change="pagesSizeChange"-->
<!-- @current-change="pagesNowPageChange"-->
<!-- :current-page="data.page.nowPageNum"-->
<!-- :page-sizes="[100, 200, 300, 400]"-->
<!-- :page-size="100"-->
<!-- layout="prev, pager, next, sizes, jumper"-->
<!-- :total="400"-->
<!-- ></el-pagination>--
>
</div>
</div>
</template>
...
...
ybf_admin/src/pages/task/main/index.vue
View file @
b7926791
<
template
>
<!--
<d2-container
type=
"card"
>
-->
<el-card
class=
"box-card mains"
>
<el-tabs
class=
"ztabs"
v-model=
"cache.nowMenu"
@
tab-click=
"
handle
Click"
>
<el-tabs
class=
"ztabs"
v-model=
"cache.nowMenu"
@
tab-click=
"
ztabs
Click"
>
<el-tab-pane
label=
"柜组任务"
name=
"taskBar"
>
<task-bar
/>
</el-tab-pane>
...
...
@@ -32,6 +32,9 @@ export default {
nowMenu
:
"taskBar"
}
};
},
methods
:{
ztabsClick
(){},
}
};
</
script
>
...
...
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