接收影像检查列表排序部分字段去除
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c25183073a
commit
8f6434f123
|
@ -154,7 +154,6 @@
|
|||
prop="CalledAEList"
|
||||
min-width="90"
|
||||
show-overflow-tooltip
|
||||
sortable="custom"
|
||||
><template slot-scope="scope">
|
||||
{{ scope.row.CalledAEList.join(", ") }}
|
||||
</template>
|
||||
|
@ -165,7 +164,6 @@
|
|||
prop="CallingAEList"
|
||||
min-width="90"
|
||||
show-overflow-tooltip
|
||||
sortable="custom"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.CallingAEList.join(", ") }}
|
||||
|
|
Loading…
Reference in New Issue