更新优化进件
This commit is contained in:
@@ -34,11 +34,11 @@ async function generateQrcode(text) {
|
||||
}
|
||||
}
|
||||
|
||||
// 显示二维码弹窗
|
||||
function show(url, t) {
|
||||
console.log(url);
|
||||
// console.log(url);
|
||||
visible.value = true
|
||||
type.value = t
|
||||
|
||||
if (t == 2) {
|
||||
srcUrl.value = url
|
||||
} else {
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="更新时间" prop="updateTime" width="200"></el-table-column>
|
||||
<el-table-column label="创建时间" prop="createTime" width="200"></el-table-column>
|
||||
<el-table-column label="操作" fixed="right" width="200">
|
||||
<el-table-column label="操作" fixed="right" width="160">
|
||||
<template v-slot="scope">
|
||||
<el-button link type="primary"
|
||||
v-if="scope.row.wechatStatus == 'INIT' || scope.row.wechatStatus == 'AUDIT' || scope.row.wechatStatus == 'SIGN' || scope.row.alipayStatus == 'INIT' || scope.row.alipayStatus == 'AUDIT' || scope.row.alipayStatus == 'SIGN'"
|
||||
|
||||
Reference in New Issue
Block a user