Browse Source

提交相关代码

Lijy 4 tháng trước cách đây
mục cha
commit
c8db78e86b

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/list.vue

@@ -3,7 +3,7 @@
     <template v-if="user.timeType.weeklyChargeFilter != 1">
         <dailyReportReview />
     </template>
-    <template>
+    <template v-else>
         <weeklyReportReview />
     </template>
   </div>

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/list_department.vue

@@ -44,7 +44,7 @@
                                         <i  class="iconfont firerock-iconshenhetongguo" style="color:#32CD32;"></i>
                                         </el-tooltip>
                                         <el-tooltip v-if="progressItem.auditState == 2" content="不通过" effect="light" placement="top">
-                                        <i  class="iconfont firerock-iconshenhebohui" style="color:#red;"></i>
+                                        <i  class="iconfont firerock-iconshenhebohui" style="color:red;"></i>
                                         </el-tooltip>
                                         </span>
                                 </p>