Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
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
qzhxx
national_museum_vod
Commits
771f70fe
Commit
771f70fe
authored
Apr 18, 2021
by
xulili
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_xll' of
http://111.203.232.171:8888/qzhxx/national_museum_vod
parents
ef5cba33
8d2dc1a1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
checkTable.vue
src/page/accounts/components/checkTable.vue
+1
-1
statistical.vue
src/page/accounts/statistical.vue
+1
-1
stbAdmin.vue
src/page/accounts/stbAdmin.vue
+2
-1
unitAdmin.vue
src/page/accounts/unitAdmin.vue
+1
-1
users.vue
src/page/accounts/users.vue
+1
-1
No files found.
src/page/accounts/components/checkTable.vue
View file @
771f70fe
...
...
@@ -8,7 +8,7 @@
>
<el-table-column
label=
"序号"
align=
"center"
width=
"100"
>
<template
slot-scope=
"scope"
>
<span>
{{
(
currentPage
-
1
)
*
10
*
scope
.
$index
+
1
}}
</span>
<span>
{{
(
currentPage
-
1
)
*
10
+
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
...
...
src/page/accounts/statistical.vue
View file @
771f70fe
...
...
@@ -41,7 +41,7 @@
</div>
<div
class=
"table-content"
>
<div
class=
"btn-group"
>
<el-button
type=
"primary"
@
click=
"handleAdd"
>
新建统计账
户
</el-button>
<el-button
type=
"primary"
@
click=
"handleAdd"
>
新建统计账
号
</el-button>
</div>
<account-table
:feildList=
"feildList"
...
...
src/page/accounts/stbAdmin.vue
View file @
771f70fe
...
...
@@ -42,7 +42,7 @@
</div>
<div
class=
"table-content"
>
<div
class=
"btn-group"
>
<el-button
type=
"primary"
@
click=
"handleAdd()"
>
新建运维账
户
</el-button>
<el-button
type=
"primary"
@
click=
"handleAdd()"
>
新建运维账
号
</el-button>
</div>
<account-table
:feildList=
"feildList"
...
...
@@ -110,6 +110,7 @@ export default {
},
handleReset
()
{
this
.
form
.
userName
=
""
;
this
.
form
.
status
=
""
this
.
getFirstPageList
();
},
getPageList
()
{
...
...
src/page/accounts/unitAdmin.vue
View file @
771f70fe
...
...
@@ -52,7 +52,7 @@
</div>
<div
class=
"table-content"
>
<div
class=
"btn-group"
>
<el-button
type=
"primary"
@
click=
"handleAdd()"
>
新建账
户
</el-button>
<el-button
type=
"primary"
@
click=
"handleAdd()"
>
新建账
号
</el-button>
</div>
<account-table
:feildList=
"feildList"
...
...
src/page/accounts/users.vue
View file @
771f70fe
...
...
@@ -27,7 +27,7 @@
</div>
<div
class=
"table-content"
>
<div
class=
"btn-group"
>
<el-button
type=
"primary"
@
click=
"handleAdd()"
>
新建账
户
</el-button>
<el-button
type=
"primary"
@
click=
"handleAdd()"
>
新建账
号
</el-button>
</div>
<account-table
:feildList=
"feildList"
...
...
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