Browse Source

雇主段费用

gaoyognxing 4 years ago
parent
commit
799d7d329d
2 changed files with 5 additions and 1 deletions
  1. 1 0
      client/pages/customer/taskreminder/taskreminder.acss
  2. 4 1
      client/util/apiUrl.js

+ 1 - 0
client/pages/customer/taskreminder/taskreminder.acss

@@ -128,6 +128,7 @@
   border-top-right-radius: 12rpx;
   border-bottom-right-radius: 12rpx;
   background-color:#FAFAFA;
+  color: rgb(101, 157, 241)
 }
 .tasks-list-item image{
   width: 35rpx;

+ 4 - 1
client/util/apiUrl.js

@@ -63,6 +63,8 @@ const selectMonthLyReportInfoPath = baseService + "/monthly/selectMonthLyReportI
 const employerServiceStandard = baseService + "/servicestandard/insertNewServiceStandards";
 //雇主端题目获取
 const getEmployerSubList = baseService + "/servicestandard/getSubjectWhenFirst";
+//雇主端花费
+const getEmployerCost = baseService + "/servantTask/selectDailyCost";
 
 export default{
 registerUserPath,
@@ -89,5 +91,6 @@ servantDescribleInfo,
 selectMonthlyReportPath,
 selectMonthLyReportInfoPath,
 employerServiceStandard,
-getEmployerSubList
+getEmployerSubList,
+getEmployerCost
 }