|
@@ -129,6 +129,7 @@
|
|
|
label="二维码"
|
|
label="二维码"
|
|
|
width="120"
|
|
width="120"
|
|
|
:show-overflow-tooltip="true"
|
|
:show-overflow-tooltip="true"
|
|
|
|
|
+ v-if="$route.query.verifyStatus === '2'"
|
|
|
>
|
|
>
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
|
<el-link type="primary" @click="openQRCode(row, 2)">
|
|
<el-link type="primary" @click="openQRCode(row, 2)">
|
|
@@ -409,6 +410,7 @@
|
|
|
label="二维码"
|
|
label="二维码"
|
|
|
width="120"
|
|
width="120"
|
|
|
:show-overflow-tooltip="true"
|
|
:show-overflow-tooltip="true"
|
|
|
|
|
+ v-if="$route.query.verifyStatus === '2'"
|
|
|
>
|
|
>
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
|
<el-link type="primary" @click="openQRCode(row, 3)">
|
|
<el-link type="primary" @click="openQRCode(row, 3)">
|