347617796@qq.com 3 tahun lalu
induk
melakukan
13933e34b4

+ 1 - 1
src/components/bonusPointsPopup.vue

@@ -9,10 +9,10 @@
 							<el-col :span="18">
 								<el-input auto-complete="off" v-model="employeeName" placeholder="请选择录入对象"></el-input>
 								<div @click="noPersonnelListTips" style=" position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 9;"></div>
+								<slot></slot>
 							</el-col>
 						</el-row>
 					</el-form-item>
-					<slot></slot>
 					<div v-for="(item, index) in dialogData.items" :key="index" @click.stop="itemIndex = index">
 						<div style="overflow: hidden;">
 							<span style="line-height: 36px;">录入明细({{ index + 1 }})</span>

+ 1 - 2
src/index.vue

@@ -217,7 +217,7 @@ export default {
 				{ name: 'A/B分', children: this.returnRoutersArr('abPoint'), icon: 'icon-PC_gongzuotai_ABfen' },
 				{ name: '任务', children: this.returnRoutersArr('task'), icon: 'icon-kaoqin_kaoqinyuebaobiao' },
 				{ name: '统计', children: this.returnRoutersArr('ranking'), icon: 'icon-dingdingPC_tongji1' },
-				{ name: '福利', children: this.returnRoutersArr('welfare'), icon: 'icon-fulizhongxin'}
+				// { name: '福利', children: this.returnRoutersArr('welfare'), icon: 'icon-fulizhongxin'}
 			];
 			//this.$authoritys('权限名') 判断权限
 			if (this.$authoritys('creator') || this.$authoritys('admin') || this.$authoritys('point_manager') || this.$authoritys('dept_manager')) {
@@ -228,7 +228,6 @@ export default {
 			}
 			//this.returnRoutersArr('set',true) 加true表示不限制路由
 			this.routers_one = this.returnRoutersArr('set', true);
-			console.log(this.routers_one)
 			this.userData = this.$getUserData();
 			if (this.$route.path != '/home') {
 				//当刷新页面是控制左边导航栏的选中

+ 1 - 1
src/views/abPoint/award_punish.vue

@@ -239,7 +239,7 @@
 		</el-drawer>
 
 		<bonusPointsPopup :isBreak="isBreak" :title="popuTitle" :visible.sync="popupVisible" :ruleOnoff="ruleOnoff" :refresh.sync="refreshData" :integralType.sync="integralType">
-			<div style="position: relative;top: -20px;left: 80px;" class="yellow">最多只能选择30人</div>
+			<div style=" position: absolute;top: 0px;right: 0;" class="yellow">最多只能选择30人</div>
 		</bonusPointsPopup>
 	</div>
 </template>