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
1510bfbc
Commit
1510bfbc
authored
Dec 11, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
c03f0b01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
126 additions
and
5 deletions
+126
-5
employee_file.vue
src/components/school/manager/employee_file.vue
+48
-3
employee_finace.vue
src/components/school/manager/employee_finace.vue
+78
-2
No files found.
src/components/school/manager/employee_file.vue
View file @
1510bfbc
<
template
>
<div
class=
"EmployeeFile"
>
附件
<q-table
:pagination=
"msg"
:loading=
"loading"
no-data-label=
"暂无相关附件信息"
flat
class=
"sticky-right-column-table sticky-column-table"
separator=
"none"
:data=
"data"
:columns=
"columns"
>
</q-table>
</div>
</
template
>
<
script
>
export
default
{
props
:
{
...
...
@@ -15,7 +16,51 @@
name
:
"EmployeeFile"
,
data
()
{
return
{
loading
:
false
,
msg
:
{
pageIndex
:
1
,
pageSize
:
5
,
rowsPerPage
:
5
,
createBy
:
0
,
},
columns
:
[{
name
:
'FileName'
,
required
:
true
,
label
:
'附件名称'
,
align
:
'left'
,
field
:
row
=>
row
.
FileName
},
{
name
:
'FileSize'
,
label
:
'附件大小'
,
field
:
'FileSize'
,
align
:
'left'
,
},
{
name
:
'CreateByName'
,
label
:
'上传人'
,
field
:
'CreateByName'
,
align
:
'left'
,
},
{
name
:
'CreateTimeStr'
,
label
:
'上传时间'
,
field
:
'CreateTimeStr'
,
align
:
'left'
,
},
{
name
:
'Source'
,
label
:
'来源'
,
field
:
'Source'
,
align
:
'left'
},
{
name
:
'optioned'
,
label
:
'操作'
,
field
:
'FileId'
}
],
data
:
[],
}
},
created
()
{
...
...
src/components/school/manager/employee_finace.vue
View file @
1510bfbc
<
template
>
<div
class=
"EmployeeFinace"
>
财务单据
<q-table
:pagination=
"msg"
:loading=
"loading"
no-data-label=
"暂无相关单据信息"
flat
class=
"sticky-right-column-table sticky-column-table"
separator=
"none"
:data=
"data"
:columns=
"columns"
>
</q-table>
</div>
</
template
>
...
...
@@ -15,7 +17,81 @@
name
:
"EmployeeFinace"
,
data
()
{
return
{
loading
:
false
,
msg
:
{
pageIndex
:
1
,
pageSize
:
5
,
rowsPerPage
:
5
,
createBy
:
0
,
},
columns
:
[{
name
:
'FileName'
,
required
:
true
,
label
:
'公司'
,
align
:
'left'
,
field
:
row
=>
row
.
FileName
},
{
name
:
'FileSize'
,
label
:
'单号'
,
field
:
'FileSize'
,
align
:
'left'
,
},
{
name
:
'FinaceType'
,
label
:
'单据类型'
,
field
:
'FinaceType'
,
align
:
'left'
,
},
{
name
:
'CreateTimeStr'
,
label
:
'关联信息'
,
field
:
'CreateTimeStr'
,
align
:
'left'
,
},
{
name
:
'Source'
,
label
:
'费用类型'
,
field
:
'Source'
,
align
:
'left'
},
{
name
:
'Jiaoyifangs'
,
label
:
'交易方式'
,
field
:
'Jiaoyifangs'
,
align
:
'left'
},
{
name
:
'JINE'
,
label
:
'金额'
,
field
:
'JINE'
,
align
:
'left'
},
{
name
:
'Duixiang'
,
label
:
'付款对象'
,
field
:
'Duixiang'
,
align
:
'left'
},
{
name
:
'CreateByName'
,
label
:
'制单人员'
,
field
:
'Source'
,
align
:
'left'
},
{
name
:
'Status'
,
label
:
'当前状态'
,
field
:
'Source'
,
align
:
'left'
},
{
name
:
'optioned'
,
label
:
'操作'
,
field
:
'FileId'
}
],
data
:
[],
}
},
created
()
{
...
...
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