接收影像检查列表排序部分字段去除
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"
|
prop="CalledAEList"
|
||||||
min-width="90"
|
min-width="90"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
|
||||||
><template slot-scope="scope">
|
><template slot-scope="scope">
|
||||||
{{ scope.row.CalledAEList.join(", ") }}
|
{{ scope.row.CalledAEList.join(", ") }}
|
||||||
</template>
|
</template>
|
||||||
|
@ -165,7 +164,6 @@
|
||||||
prop="CallingAEList"
|
prop="CallingAEList"
|
||||||
min-width="90"
|
min-width="90"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.CallingAEList.join(", ") }}
|
{{ scope.row.CallingAEList.join(", ") }}
|
||||||
|
|
Loading…
Reference in New Issue