Commit 1072f0bb authored by zhengke's avatar zhengke

修改

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