中心列表字段修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7fc6f4494b
commit
36ffd8b371
|
@ -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(', ')
|
||||||
|
|
Loading…
Reference in New Issue