This commit is contained in:
@@ -43,9 +43,6 @@
|
||||
<el-table-column label="操作" width="400px">
|
||||
<template slot-scope="scope">
|
||||
<span class="handel cursor edit" @click="showUpdateTest(scope.row)">设置测试</span>
|
||||
<router-link :to="{name:'account',query:{userId:scope.row.Id}}">
|
||||
<span class="handel cursor edit">账号</span>
|
||||
</router-link>
|
||||
<router-link :to="{name:'userprice',query:{id:scope.row.Id}}">
|
||||
<span class="handel cursor edit">专项价</span>
|
||||
</router-link>
|
||||
|
||||
Reference in New Issue
Block a user