diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/list.vue
index e67185753..6192ef664 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/list.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/list.vue
@@ -1,280 +1,668 @@
-
-
-
-
-
- {{ tips }}
-
-
-
-
-
-
- 姓名:
- {{ displayListItem(item, 'EmpName') }}
-
-
- 人员类别:
- {{ displayListItem(item, 'PeopleType') }}
-
-
- 发放年份:
- {{ displayListItem(item, 'IssueYear') }}
-
-
-
- 发放月份:
- {{ displayListItem(item, 'IssueMonth') }}
-
-
-
- 应发合计:
- {{ displayListItem(item, 'TotalGrossPay') }}
-
-
-
- 实发合计:
- {{ displayListItem(item, 'NetCombined') }}
+
+
+
+
+
+
+
+ {{searchData.IssueYear}}
+ 年
+ {{searchData.IssueMonth}}
+ 月
+
+
+
+
+ ¥{{list.length > 0 ? list[0].NetCombined || 0 : 0}}
+
+
+
+ {{searchData.IssueYear}}
+ 年
+ {{searchData.IssueMonth}}
+ 月实发工资
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 重置筛选条件
-
-
-
-
-
-
-
-
-
-
+
+
+
+ background-color: #ffffff;
+ justify-content: space-between;
+ border-bottom: 0.5px solid #eee;
+
+
+ }
+ .page {
+ background: #fff;
+ }
+
+ .timeTable_sec1 {
+ padding: 14px 12px;
+ text-align: center;
+ background: #0075c4;
+ color: #94d4ff;
+ font-size: 0;
+ }
+
+ .tSec1Box>* {
+ display: inline-block;
+ vertical-align: middle;
+ }
+
+ .tSec1Line {
+ height: 13px;
+ width: 1px;
+ background: #94d4ff;
+ margin: 0 10px;
+ }
+
+ .tSec1Box {
+ font-size: 15px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }
+
+ #semester {
+ margin-bottom: 10px;
+ }
+
+ #weekTime {}
+
+ #weekTime text {
+ margin: 0 10px;
+ }
+
+ .tSec1Box>text {
+ width: auto;
+ text-align: center;
+ line-height: 22px;
+ }
+
+ .tSec1Box image {
+ width: 15px;
+ margin-right: 2px;
+ }
+
+ .tSec1Box text:after {
+ display: none;
+ }
+ .item-title{
+ color: #000;
+ font-size: 16px;
+ line-height: 36px;
+ background: #f1f1f1;
+ margin-top: 5px;
+ padding-left: 5px;
+ }
+
\ No newline at end of file