|
@@ -148,10 +148,13 @@
|
|
|
style="color: #4f9dec;background: #fff;border: none;"
|
|
style="color: #4f9dec;background: #fff;border: none;"
|
|
|
@click="ageChange(tableData.userType,6)">修改</el-button>
|
|
@click="ageChange(tableData.userType,6)">修改</el-button>
|
|
|
</td>
|
|
</td>
|
|
|
- <th>邀请人数</th>
|
|
|
|
|
|
|
+ <!-- <th>邀请人数</th>
|
|
|
<td class=" border-rt">
|
|
<td class=" border-rt">
|
|
|
{{ tablemoney.count ? `${tablemoney.count}人` : '0人' }}
|
|
{{ tablemoney.count ? `${tablemoney.count}人` : '0人' }}
|
|
|
|
|
|
|
|
|
|
+ </td> -->
|
|
|
|
|
+ <th></th>
|
|
|
|
|
+ <td class="border-rt">
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr v-if="company.companyId">
|
|
<tr v-if="company.companyId">
|