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
7d0123d5
Commit
7d0123d5
authored
Jul 01, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7f3fb065
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lessonCostStatistics.vue
src/pages/financial/lessonCostStatistics.vue
+1
-0
teacherclassfee.vue
src/pages/financial/teacherclassfee.vue
+3
-1
No files found.
src/pages/financial/lessonCostStatistics.vue
View file @
7d0123d5
...
...
@@ -104,6 +104,7 @@
<el-table-column
prop=
"LeaveStatus"
label=
"职务"
>
</el-table-column>
<el-table-column
prop=
"EmployeeName"
label=
"老师名称"
></el-table-column>
<el-table-column
prop=
"KSNum"
label=
"上课课时"
>
</el-table-column>
<el-table-column
prop=
"DKNum"
label=
"基础课时"
></el-table-column>
<el-table-column
prop=
"Hours"
label=
"课时转换/小时"
></el-table-column>
<el-table-column
prop=
"KSMoney"
label=
"课时费"
>
</el-table-column>
<el-table-column
prop=
"StuLearnMoney"
label=
"学生上课金额"
>
</el-table-column>
...
...
src/pages/financial/teacherclassfee.vue
View file @
7d0123d5
...
...
@@ -100,12 +100,14 @@
<
template
>
<el-table
ref=
"filterTable"
:data=
"tableData"
v-loading=
'loading'
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}" border style="width: 100%">
<el-table-column
prop=
"
Class
Date"
label=
"上课日期"
></el-table-column>
<el-table-column
prop=
"Date"
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=
"ClassName"
label=
"上课班级"
width=
'200'
>
</el-table-column>
<el-table-column
prop=
"CourseName"
label=
"课程"
width=
'230'
></el-table-column>
<el-table-column
prop=
"UnitPrice"
label=
"课时单价"
></el-table-column>
<el-table-column
prop=
"KSNum"
label=
"上课课时"
></el-table-column>
<el-table-column
prop=
"DKNum"
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=
"KSMoney"
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