|
|
@@ -41,25 +41,25 @@
|
|
|
</template>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column fixed="right" label="operation" width="180"><!-- 操作 -->
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-dropdown size="small" trigger="click">
|
|
|
- <el-button type="primary" size="small" @click.stop="">
|
|
|
- Operate on this data<!-- 操作该数据 --><i class="el-icon-arrow-down el-icon--right"></i>
|
|
|
- </el-button>
|
|
|
- <el-dropdown-menu slot="dropdown">
|
|
|
- <el-dropdown-item @click.native="handleModifyPassword(scope.row)"
|
|
|
- v-if="permission.hasPermission(`user/modify-password`)">Change Password<!-- 修改密码 -->
|
|
|
- </el-dropdown-item>
|
|
|
- <el-dropdown-item @click.native="handleModifyProfile(scope.row)"
|
|
|
- v-if="permission.hasPermission(`user/modify-profile`)">Modify personal data<!-- 修改个人资料 -->
|
|
|
- </el-dropdown-item>
|
|
|
- <el-dropdown-item @click.native="handleStatusActive(scope.row)">Status activation<!-- 状态激活 --> </el-dropdown-item>
|
|
|
- <el-dropdown-item @click.native="handleStatusLock(scope.row)">Status lock<!-- 状态锁定 --> </el-dropdown-item>
|
|
|
- </el-dropdown-menu>
|
|
|
- </el-dropdown>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+<!-- <el-table-column fixed="right" label="operation" width="180"><!– 操作 –>-->
|
|
|
+<!-- <template slot-scope="scope">-->
|
|
|
+<!-- <el-dropdown size="small" trigger="click">-->
|
|
|
+<!-- <el-button type="primary" size="small" @click.stop="">-->
|
|
|
+<!-- Operate on this data<!– 操作该数据 –><i class="el-icon-arrow-down el-icon--right"></i>-->
|
|
|
+<!-- </el-button>-->
|
|
|
+<!-- <el-dropdown-menu slot="dropdown">-->
|
|
|
+<!-- <el-dropdown-item @click.native="handleModifyPassword(scope.row)"-->
|
|
|
+<!-- v-if="permission.hasPermission(`user/modify-password`)">Change Password<!– 修改密码 –>-->
|
|
|
+<!-- </el-dropdown-item>-->
|
|
|
+<!-- <el-dropdown-item @click.native="handleModifyProfile(scope.row)"-->
|
|
|
+<!-- v-if="permission.hasPermission(`user/modify-profile`)">Modify personal data<!– 修改个人资料 –>-->
|
|
|
+<!-- </el-dropdown-item>-->
|
|
|
+<!-- <el-dropdown-item @click.native="handleStatusActive(scope.row)">Status activation<!– 状态激活 –> </el-dropdown-item>-->
|
|
|
+<!-- <el-dropdown-item @click.native="handleStatusLock(scope.row)">Status lock<!– 状态锁定 –> </el-dropdown-item>-->
|
|
|
+<!-- </el-dropdown-menu>-->
|
|
|
+<!-- </el-dropdown>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </el-table-column>-->
|
|
|
</el-table>
|
|
|
<div class="white-box-footer">
|
|
|
<!--<el-dropdown size="small" trigger="click" v-show="permission.hasPermission(`user/is-dec`)">-->
|