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
b40c1136
Commit
b40c1136
authored
Jun 30, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b9a026b7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
lessonCostStatistics.vue
src/pages/financial/lessonCostStatistics.vue
+1
-1
studentsClassfee.vue
src/pages/financial/studentsClassfee.vue
+6
-6
teacherclassfee.vue
src/pages/financial/teacherclassfee.vue
+3
-3
No files found.
src/pages/financial/lessonCostStatistics.vue
View file @
b40c1136
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
background-color
:
transparent
;
background-color
:
transparent
;
}
}
.lessonCostStatistics
.el-input__inner
{
.lessonCostStatistics
.
items-center
.
el-input__inner
{
width
:
100%
;
width
:
100%
;
border
:
none
;
border
:
none
;
background-color
:
transparent
;
background-color
:
transparent
;
...
...
src/pages/financial/studentsClassfee.vue
View file @
b40c1136
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
background-color
:
transparent
;
background-color
:
transparent
;
}
}
.studentsClassfee
.el-input__inner
{
.studentsClassfee
.
items-center
.
el-input__inner
{
width
:
100%
;
width
:
100%
;
border
:
none
;
border
:
none
;
background-color
:
transparent
;
background-color
:
transparent
;
...
@@ -110,9 +110,9 @@
...
@@ -110,9 +110,9 @@
<q-btn
color=
"primary"
size=
"11px"
label=
"导出"
@
click=
"txexport"
style=
"margin-left:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
label=
"导出"
@
click=
"txexport"
style=
"margin-left:10px"
/>
</div>
</div>
<
template
>
<
template
>
<el-table
ref=
"filterTable"
:data=
"tableData"
v-loading=
'loading'
<el-table
ref=
"filterTable"
:data=
"tableData"
v-loading=
'loading'
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}" border style="width: 100%">
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}" border style="width: 100%">
<el-table-column
prop=
"OrderId"
label=
"订单号"
>
<el-table-column
prop=
"OrderId"
label=
"订单号"
width=
'90'
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div
style=
"text-decoration: underline;cursor: pointer;"
@
click=
'gobaoming(scope.row.OrderId)'
>
<div
style=
"text-decoration: underline;cursor: pointer;"
@
click=
'gobaoming(scope.row.OrderId)'
>
{{
scope
.
row
.
OrderId
}}
{{
scope
.
row
.
OrderId
}}
...
@@ -123,11 +123,11 @@
...
@@ -123,11 +123,11 @@
<el-table-column
prop=
"ClassDate"
label=
"上课日期"
></el-table-column>
<el-table-column
prop=
"ClassDate"
label=
"上课日期"
></el-table-column>
<el-table-column
prop=
"TimeBucket"
label=
"上课时间段"
>
</el-table-column>
<el-table-column
prop=
"TimeBucket"
label=
"上课时间段"
>
</el-table-column>
<el-table-column
prop=
"GuestName"
label=
"学生名称"
>
</el-table-column>
<el-table-column
prop=
"GuestName"
label=
"学生名称"
>
</el-table-column>
<el-table-column
prop=
"ClassName"
label=
"上课班级"
>
</el-table-column>
<el-table-column
prop=
"ClassName"
label=
"上课班级"
width=
'200'
>
</el-table-column>
<el-table-column
prop=
"CourseName"
label=
"课程"
></el-table-column>
<el-table-column
prop=
"CourseName"
label=
"课程"
width=
'200'
></el-table-column>
<el-table-column
prop=
"TeacherName"
label=
"老师名称"
></el-table-column>
<el-table-column
prop=
"TeacherName"
label=
"老师名称"
></el-table-column>
<el-table-column
prop=
"CurrentDeductionHours"
label=
"课时"
></el-table-column>
<el-table-column
prop=
"CurrentDeductionHours"
label=
"课时"
width=
'60'
></el-table-column>
<el-table-column
prop=
"UnitPrice"
>
<el-table-column
prop=
"UnitPrice"
>
<
template
slot=
"header"
>
<
template
slot=
"header"
>
<div>
合同单价
</div>
<div>
合同单价
</div>
...
...
src/pages/financial/teacherclassfee.vue
View file @
b40c1136
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
background-color
:
transparent
;
background-color
:
transparent
;
}
}
.teacherclassfee
.el-input__inner
{
.teacherclassfee
.
items-center
.
el-input__inner
{
width
:
100%
;
width
:
100%
;
border
:
none
;
border
:
none
;
background-color
:
transparent
;
background-color
:
transparent
;
...
@@ -103,8 +103,8 @@
...
@@ -103,8 +103,8 @@
<el-table-column
prop=
"ClassDate"
label=
"上课日期"
></el-table-column>
<el-table-column
prop=
"ClassDate"
label=
"上课日期"
></el-table-column>
<el-table-column
prop=
"TimeBucket"
label=
"上课时间段"
>
</el-table-column>
<el-table-column
prop=
"TimeBucket"
label=
"上课时间段"
>
</el-table-column>
<el-table-column
prop=
"TeacherName"
label=
"老师名称"
></el-table-column>
<el-table-column
prop=
"TeacherName"
label=
"老师名称"
></el-table-column>
<el-table-column
prop=
"ClassName"
label=
"上课班级"
>
</el-table-column>
<el-table-column
prop=
"ClassName"
label=
"上课班级"
width=
'200'
>
</el-table-column>
<el-table-column
prop=
"CourseName"
label=
"课程"
></el-table-column>
<el-table-column
prop=
"CourseName"
label=
"课程"
width=
'230'
></el-table-column>
<el-table-column
prop=
"KSNum"
label=
"上课课时"
></el-table-column>
<el-table-column
prop=
"KSNum"
label=
"上课课时"
></el-table-column>
<el-table-column
prop=
"Hours"
label=
"课时转换/小时"
>
</el-table-column>
<el-table-column
prop=
"Hours"
label=
"课时转换/小时"
>
</el-table-column>
<el-table-column
prop=
"HourMoney"
label=
"课时费单价元/小时"
></el-table-column>
<el-table-column
prop=
"HourMoney"
label=
"课时费单价元/小时"
></el-table-column>
...
...
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