This commit is contained in:
hayu 2025-10-13 18:46:21 +08:00
parent d2dab3747a
commit 40aed280d7
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@
<template slot-scope="{ row }">
<span>
<el-button v-if="row.qrCode" type="text" size="mini" @click="handleSee(row)">查看</el-button>
<span v-else>未绑定</span>
<span v-else>/</span>
</span>
</template>
</el-table-column>