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