Commit 3fba07c9 authored by youjie's avatar youjie

no message

parent 1a484436
...@@ -13,10 +13,13 @@ ...@@ -13,10 +13,13 @@
height: 34px !important; height: 34px !important;
} }
.domesticCommissionUser .singeRowTable{ .domesticCommissionUser .singeRowTable{
/* position: absolute; */ width: 100%;
} }
.domesticCommissionUser .singeRowTable tr td { .domesticCommissionUser .singeRowTable tr td {
padding: 8px 5px; padding: 8px 5px !important;
}
.domesticCommissionUser .singeRowTable tr th{
background-color: #ededed !important;
} }
.domesticCommissionUser .hoverSpan span:hover { .domesticCommissionUser .hoverSpan span:hover {
...@@ -127,10 +130,10 @@ ...@@ -127,10 +130,10 @@
<template> <template>
<div <div
class="cm_content" class="cm_content"
style="width: 100%;margin-bottom: 35px;margin-top: 30px;" style="width: 100%;margin-bottom: 35px;margin-top: 0px;"
> >
<div class="ITUDWageMoney-box" style="margin-bottom: 20px;"> <div class="ITUDWageMoney-box" style="margin-bottom: 20px;margin-top: 0;">
<span>姓名:{{EmName}}</span> <span>姓名:{{EmName}}</span>
</div> </div>
<table <table
...@@ -359,7 +362,7 @@ ...@@ -359,7 +362,7 @@
let msg = { let msg = {
WageReId:this.msg.WageReId WageReId:this.msg.WageReId
} }
this.crmapipost("/api/Commission/GetCommissionSource",msg,res => { this.apipost("/api/Commission/GetCommissionSource",msg,res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.loading = false this.loading = false
this.commissionratioList = res.data.data this.commissionratioList = res.data.data
......
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