瀏覽代碼

考勤调整

wgl 4 年之前
父節點
當前提交
aa91beb436
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/projects/business/views/Master/Attendance/StatisticList.vue

+ 5 - 5
src/projects/business/views/Master/Attendance/StatisticList.vue

@@ -4,11 +4,11 @@
 		<top-header :pageTitle="pageTitle"></top-header>
 
 		<div class="mui-content vongi-admin-kqtj">
-			<div class="fyy-temper-date">
+			<div class="fyy-temper-date" style="position: fixed;width: 100%;top: 45px;z-index: 10;">
 				<a class="mui-col-xs-6" @click="selectData">{{subForm.queryDate}}<span class="mui-icon iconfont icon-xiajiantou"></span></a>
 				<a class="mui-col-xs-6" @click="selectTime">{{timeName}}<span class="mui-icon iconfont icon-xiajiantou"></span></a>
 			</div>
-			<div class="vongi-bread">
+			<div class="vongi-bread" style="margin-top: 45px;">
 				<template v-for="(item,index) in navList">
 					<a :class="navCanClick(item,index)?'color4fc5f7':''" @click="reloadItem(item,index)" v-text="item.name"></a>
 					<span v-if="index!=navList.length-1" class="mui-icon mui-icon-forward"></span>
@@ -156,11 +156,11 @@
 		methods: {
 			//获取列表
 			getList() {
-				if (this.isLast) {
+				//if (this.isLast) {
 					this.getPersonList();
-				} else {
+				//} else {
 					this.getCompanyList();
-				}
+				//}
 			},
 			//获取公司列表
 			getCompanyList() {