|
@@ -48,7 +48,7 @@
|
|
|
<div class="detail-item-box">
|
|
|
<div class="detail-item">
|
|
|
<div class="item-label">{{ $t('order.CardNum') }}</div>
|
|
|
- <div class="item-content">{{ tableDataList.length }}
|
|
|
+ <div class="item-content">{{ dataDetail.length<=10?dataDetail.length:tableDataList.length }}
|
|
|
<a-button type="primary" @click="showCard = true" style="margin-left:10px;"
|
|
|
v-if="userType == 1 && FormDataList.moderationStatus == 2">{{
|
|
|
$t('order.AllocationCardNumber') }}</a-button>
|