Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
6fcf4488
Commit
6fcf4488
authored
May 17, 2021
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
into master
parents
3319ced6
ea2d021e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
index.js
src/api/school/index.js
+5
-5
receiveNumList.vue
src/pages/school/receiveNumList.vue
+4
-2
No files found.
src/api/school/index.js
View file @
6fcf4488
...
...
@@ -516,11 +516,11 @@ export function getEduEmployeeNumList(data) {
}
//获取用户资产列表
export
function
propertyGetPageList
(
data
)
{
//
return request_zc({
//
url: '/property/PropertyGetPageList',
//
method: 'post',
//
data
//
});
return
request_zc
({
url
:
'/property/PropertyGetPageList'
,
method
:
'post'
,
data
});
}
/**
* 获取班级下拉_(出库单)
...
...
src/pages/school/receiveNumList.vue
View file @
6fcf4488
...
...
@@ -118,8 +118,10 @@
</q-td>
</
template
>
<
template
v-slot:body-cell-EmName=
"props"
>
<div>
{{
props
.
row
.
EmName
}}
</div>
<div>
{{
props
.
row
.
GetTime
}}
</div>
<q-td>
<div>
{{
props
.
row
.
EmName
}}
</div>
<div>
{{
props
.
row
.
GetTime
}}
</div>
</q-td>
</
template
>
<
template
v-slot:bottom
>
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"pageCount"
...
...
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