中心列表字段修改
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-25 16:24:21 +08:00
parent 7fc6f4494b
commit 36ffd8b371
1 changed files with 1 additions and 6 deletions

View File

@ -150,12 +150,7 @@
min-width="100" min-width="100"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button size="small" type="text" @click="getCrcList(scope.row)">
v-if="scope.row.UserCount > 0"
size="small"
type="text"
@click="getCrcList(scope.row)"
>
{{ {{
scope.row.UserNameList.length > 0 scope.row.UserNameList.length > 0
? scope.row.UserNameList.join(', ') ? scope.row.UserNameList.join(', ')