This commit is contained in:
pycook 2023-07-19 19:41:48 +08:00
parent 60aec1f9ef
commit c570b5b61f
1 changed files with 8 additions and 2 deletions

View File

@ -91,7 +91,13 @@
<!-- 6 --> <!-- 6 -->
<vxe-table-column field="action" title="操作" :min-widh="200" fixed="right" align="center" show-overflow> <vxe-table-column
field="action"
title="操作"
:min-widh="200"
fixed="right"
align="center"
show-overflow>
<template #default="{ row }"> <template #default="{ row }">
<span v-show="row.isGroup"> <span v-show="row.isGroup">
<a @click="handleDisplayMember(row)">成员</a> <a @click="handleDisplayMember(row)">成员</a>