mirror of https://github.com/veops/cmdb.git
lint
This commit is contained in:
parent
60aec1f9ef
commit
c570b5b61f
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue