|
|
@ -180,17 +180,11 @@ |
|
|
|
v-hasPermi="['order:rechargeRecord:capitalList']" v-if="scope.row.userType == 'store'">子钱包</el-button> |
|
|
|
|
|
|
|
<el-button size="small" type="text" style="color: #006EFF;" @click="go('/add', scope.row.storeId)" |
|
|
|
v-if="scope.row.userType == 'store'" |
|
|
|
v-hasPermi="['store:store:query']" |
|
|
|
>通道</el-button> |
|
|
|
v-if="scope.row.userType == 'store'" v-hasPermi="['store:store:query']">通道</el-button> |
|
|
|
<el-button size="small" type="text" style="color: #006EFF;" @click="go('/rate', scope.row.storeId)" |
|
|
|
v-if="scope.row.userType == 'store'" |
|
|
|
v-hasPermi="['store:store:query']" |
|
|
|
>费率</el-button> |
|
|
|
v-if="scope.row.userType == 'store'" v-hasPermi="['store:store:query']">费率</el-button> |
|
|
|
<el-button size="small" type="text" style="color: #006EFF;" @click="go('/operate', scope.row.storeId)" |
|
|
|
v-if="scope.row.userType == 'store'" |
|
|
|
v-hasPermi="['store:store:query']" |
|
|
|
>配置</el-button> |
|
|
|
v-if="scope.row.userType == 'store'" v-hasPermi="['store:store:query']">配置</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
@ -794,7 +788,9 @@ export default { |
|
|
|
// 更新密钥 |
|
|
|
updateKey() { |
|
|
|
payAgentUser |
|
|
|
.upGoogleCaptcha() |
|
|
|
.upGoogleCaptcha({ |
|
|
|
userId: this.form.userId |
|
|
|
}) |
|
|
|
.then((response) => { |
|
|
|
this.form.googleCaptcha = response.data.googleCaptcha |
|
|
|
}); |
|
|
@ -887,6 +883,7 @@ export default { |
|
|
|
/** 身份验证操作 */ |
|
|
|
handleCode(title, val) { |
|
|
|
this.reset(); |
|
|
|
console.log(val) |
|
|
|
// 添加userid |
|
|
|
if (val) { |
|
|
|
this.form.userId = val.userId |
|
|
|