Prechádzať zdrojové kódy

修改车间文字(含加班加点)

yusm 4 týždňov pred
rodič
commit
7d682de81c

+ 3 - 3
fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/statisticsView/statisticsView.vue

@@ -16,15 +16,15 @@
         </van-cell-group>
         <van-tab v-for="(item, index) in labelList" :title="item.name" :key="index" :name="item.id">
           <van-cell-group>
-            <van-cell>总计:  工时:{{totalWorkingTime}}分钟   工价(含加班点):{{totalCost}}元</van-cell>
+            <van-cell>总计:  工时:{{totalWorkingTime}}分钟   工价(含加班点):{{totalCost}}元</van-cell>
           </van-cell-group>
             <van-collapse  v-model="activeNames">
-              <van-collapse-item v-for="(item,index) in groupList" :key="index" :title="item.createDate+' 工时:'+item.working_time+'分钟 工价(含加班点):'+item.cost+'元'" :name="index">
+              <van-collapse-item v-for="(item,index) in groupList" :key="index" :title="item.createDate+' 工时:'+item.working_time+'分钟 工价(含加班点):'+item.cost+'元'" :name="index">
                  <van-cell v-for="(item2,index2) in item.subDataList" :key="index2" @click="goDetail(item2)">
                   <div v-if="checkStatus==1">
                     <span >{{item2.creatorName}}:</span>
                     工时:<span :style="{color:item2.working_time==0?'red':''}">{{item2.working_time}}</span>分钟
-                    工价(含加班点):<span :style="{color:item2.cost==0?'red':''}">{{item2.cost}}</span>元
+                    工价(含加班点):<span :style="{color:item2.cost==0?'red':''}">{{item2.cost}}</span>元
                   </div>
                   <div v-for="(item3, index3) in item2.detailData" :key="index3">
                     <span style="color:#20a0ff;">{{ item3.productName }}</span>