Commit c1a2fd1b authored by 罗超's avatar 罗超

修改跳转方式

parent f534e03a
<template> <template>
<div> <div class="commissionDetails-box">
<div class="query-box"> <div class="query-box">
<ul> <ul>
<li> <li>
...@@ -277,7 +277,8 @@ export default { ...@@ -277,7 +277,8 @@ export default {
query: { query: {
EmployeeId: userId, EmployeeId: userId,
starTime: startDay, starTime: startDay,
endTime: entDay endTime: entDay,
blank:'y'
} }
}); });
} }
...@@ -314,38 +315,6 @@ export default { ...@@ -314,38 +315,6 @@ export default {
}; };
</script> </script>
<style> <style>
.ComDetail_nav {
margin: 20px 0 0 0; .commissionDetails-box .el-button.is-circle{padding: 5px !important;}
background-color: #f5f5f5;
margin-bottom: 20px;
}
.ComDetail_nav li {
float: left;
font-size: 14px;
color: #666666;
padding: 15px 20px;
cursor: pointer;
position: relative;
background-color: #f1f1f1;
margin-right: 5px;
}
.ComDetail_nav li._active {
background-color: #ffffff;
color: #333333;
}
.ComDetail_nav li._active::after {
content: "";
width: 20px;
height: 3px;
background-color: #e95252;
display: inline-block;
position: absolute;
bottom: 0;
left: 38%;
}
.CD_orderNum {
color: #3980c8;
border-bottom: 1px dotted #3980c8;
cursor: pointer;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment