This commit is contained in:
@@ -42,11 +42,24 @@
|
||||
:label="`${card.iccid} - 插槽${card.slot_position} - ${card.carrier_name}`"
|
||||
:value="card.iccid"
|
||||
>
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; width: 100%">
|
||||
<div
|
||||
style="
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
"
|
||||
>
|
||||
<span>{{ card.iccid }}</span>
|
||||
<div>
|
||||
<ElTag size="small" style="margin-left: 10px">插槽{{ card.slot_position }}</ElTag>
|
||||
<ElTag v-if="card.carrier_name" size="small" type="success" style="margin-left: 5px">{{ card.carrier_name }}</ElTag>
|
||||
<ElTag
|
||||
v-if="card.carrier_name"
|
||||
size="small"
|
||||
type="success"
|
||||
style="margin-left: 5px"
|
||||
>{{ card.carrier_name }}</ElTag
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</ElOption>
|
||||
|
||||
Reference in New Issue
Block a user