更新优化进件

This commit is contained in:
gyq
2026-01-13 10:58:47 +08:00
parent 348ecdfc54
commit e61a297d9a
2 changed files with 3 additions and 3 deletions

View File

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

View File

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