接收影像检查列表排序部分字段去除
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-09-18 11:17:04 +08:00
parent c25183073a
commit 8f6434f123
1 changed files with 0 additions and 2 deletions

View File

@ -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(", ") }}