Commit 8dcbd1ce authored by 黄奎's avatar 黄奎

页面修改

parent 15f3eedc
...@@ -18,10 +18,10 @@ ...@@ -18,10 +18,10 @@
<td>{{item.MobilePhone}}</td> <td>{{item.MobilePhone}}</td>
<td>{{item.PassportNo}}</td> <td>{{item.PassportNo}}</td>
<td>{{item.SexStr}}</td> <td>{{item.SexStr}}</td>
<td>{{item.AccountStatus}}</td> <td>{{item.AccountStatusStr}}</td>
<td>{{item.CreateTimeStr}}</td> <td>{{item.CreateTimeStr}}</td>
<td> <td>
<!--<el-button-group> <el-button-group>
<el-tooltip class="item" effect="dark" :content="$t('active.ld_editInfo')" placement="top"> <el-tooltip class="item" effect="dark" :content="$t('active.ld_editInfo')" placement="top">
<el-button type="primary" size="mini" icon="el-icon-edit" @click="getAdManage(item.Id)"> <el-button type="primary" size="mini" icon="el-icon-edit" @click="getAdManage(item.Id)">
</el-button> </el-button>
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<el-button type="danger" size="mini" class="iconfont icon-quxiao1" @click="removeAdManage(item.Id)"> <el-button type="danger" size="mini" class="iconfont icon-quxiao1" @click="removeAdManage(item.Id)">
</el-button> </el-button>
</el-tooltip> </el-tooltip>
</el-button-group> --> </el-button-group>
</td> </td>
</tr> </tr>
<tfoot> <tfoot>
......
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