Commit 54ef730f authored by youjie's avatar youjie

no message

parent f4cddcf8
......@@ -63,7 +63,7 @@
label="类型"
show-overflow-tooltip>
<template slot-scope="scope">
{{scope.row.EmpType!=1?'引流':'销售'}}
{{scope.row.EmpType==1?'销售':(scope.row.EmpType==2?'引流':'-')}}
</template>
</el-table-column>
<el-table-column
......@@ -105,7 +105,7 @@
</el-table-column>
<el-table-column
prop="Commission"
label="提成"
label="当期提成"
show-overflow-tooltip>
</el-table-column>
<el-table-column
......
......@@ -496,6 +496,9 @@
margin-left: -20px;
margin-top: -12px;
}
/deep/.el-date-editor.el-input{
width: 100%;
}
</style>
<template>
......
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