展示未分配数量
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
{{ formatRFC3339(batch.end_date) }}
|
||||
</template>
|
||||
</span>
|
||||
<span v-if="batch.unassigned_pig_count !== undefined && batch.unassigned_pig_count > 0" class="red-text">
|
||||
未分配数量: {{ batch.unassigned_pig_count }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="batch-actions">
|
||||
@@ -221,4 +224,8 @@ export default {
|
||||
text-align: center;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.batch-info-line .red-text {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user