Commit 2e5b16e7 authored by liudong1993's avatar liudong1993

1

parent a81221e0
......@@ -123,7 +123,7 @@
<q-checkbox v-model="personnel" label="全选" @input='getallpersonnel(1)'/>
</div>
</div>
<div style="display: flex;align-items: center;margin-bottom: 15px;">
<!-- <div style="display: flex;align-items: center;margin-bottom: 15px;">
<q-select
filled
stack-label
......@@ -147,7 +147,7 @@
<div class="q-gutter-sm" style="margin-right: 18px;">
<q-checkbox v-model="branch" label="全选" @input='getallpersonnel(2)'/>
</div>
</div>
</div> -->
<div>
......
......@@ -73,8 +73,8 @@
<th width="">课程</th>
<th width="7%">首次发放比例</th>
<th width="10%">课程比例</th>
<th width="10%">提成人员</th>
<th width="10%">部门人员</th>
<th width="10%">参与人员</th>
<!-- <th width="10%">部门人员</th> -->
<th width="10%">操作</th>
</tr>
<tr>
......@@ -129,7 +129,7 @@
</el-popover>
</td>
<td style="padding: 0 10px;">
<!-- <td style="padding: 0 10px;">
<span v-for="( son , sIndex ) in item.ChildEmpList" :key="sIndex">
<span v-if="sIndex<8">{{ son.EmployeeName }}{{item.ChildEmpList.length==sIndex+1?'':'、'}}</span>
</span>
......@@ -142,7 +142,7 @@
:content="item.ChildEmpListtext">
<el-button slot="reference" style="border: none;" type="text">查看更多</el-button>
</el-popover>
</td>
</td> -->
<td>
<q-btn
flat
......@@ -229,7 +229,7 @@
>{{ son.StartValue }} <span>{{son.EndValue && son.EndValue!=-1?'<=人头<=':'<=人头'}}</span><span v-if="son.EndValue && son.EndValue!=-1">{{ son.EndValue }}</span></th>
</tr>
<tr style="">
<td style="min-width: 220px;" v-for="( son , sIndex ) in item.ZGAwardList" :key="sIndex">{{ son.Rate }}</td>
<td style="min-width: 220px;" v-for="( son , sIndex ) in item.ZGAwardList" :key="sIndex">{{ son.Rate }}/人</td>
</tr>
</table>
......
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