Commit 1072f0bb authored by zhengke's avatar zhengke

修改

parent d5b68cad
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
<thead> <thead>
<tr> <tr>
<th>人员</th> <th>人员</th>
<th>部门</th>
<th>占比</th> <th>占比</th>
<th width="300">操作</th> <th width="300">操作</th>
</tr> </tr>
...@@ -16,6 +17,7 @@ ...@@ -16,6 +17,7 @@
<tbody> <tbody>
<tr v-for="(item,index) in dataList" :key="index"> <tr v-for="(item,index) in dataList" :key="index">
<td>{{item.EmployeeName}}</td> <td>{{item.EmployeeName}}</td>
<td>{{item.DepartmentName}}</td>
<td>{{item.CommissionPercent}}%</td> <td>{{item.CommissionPercent}}%</td>
<td> <td>
<el-button @click="SetRules(item)" style="padding:4px" type="primary" icon="el-icon-edit" circle></el-button> <el-button @click="SetRules(item)" style="padding:4px" type="primary" icon="el-icon-edit" circle></el-button>
......
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