Lijy 3 vuotta sitten
vanhempi
commit
fea11733de

+ 3 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -1010,11 +1010,12 @@
                 </p>
             </div>
             <el-button style="margin: 0 auto;" @click="pre">上一步</el-button>
-            
+            <div style="display: inline-block;width: 80%;text-align: center;" v-if="active==0">
+                <el-link type="primary" @click="toView()">查看工时导入记录</el-link>
+            </div>
             <el-button style="float:right;" @click="next" :disabled="importWxParam.date==null" v-if="active<2">下一步</el-button>
             <el-link v-if="active==1" style="float:right;margin-right:350px;margin-top:10px;" 
                 type="primary" @click="downloadCheckInExcel">下载员工工时统计模板.xlsx</el-link>
-            
         </el-dialog>
 
         <!--基于企业微信考勤数据的工时导入 -->