Commit 2e5b16e7 authored by liudong1993's avatar liudong1993

1

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