This commit is contained in:
“wanyongkang”
2021-05-28 17:27:25 +08:00
parent dc48b108a9
commit 1752789f9f
5 changed files with 243 additions and 3 deletions

View File

@@ -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>