|
|
@ -79,6 +79,16 @@ |
|
|
<span class="info-value">{{ labelInfo.wdr || '-' }}</span> |
|
|
<span class="info-value">{{ labelInfo.wdr || '-' }}</span> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="info-row"> |
|
|
|
|
|
<span class="info-label">engChgLevel:</span> |
|
|
|
|
|
<span class="info-value">{{ labelInfo.engChgLevel }}</span> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="info-row"> |
|
|
|
|
|
<span class="info-label">expiredDate:</span> |
|
|
|
|
|
<span class="info-value">{{ formatDate(labelInfo.expiredDate) }}</span> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="info-row"> |
|
|
<div class="info-row"> |
|
|
<span class="info-label">创建时间:</span> |
|
|
<span class="info-label">创建时间:</span> |
|
|
@ -282,6 +292,10 @@ export default { |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style scoped> |
|
|
<style scoped> |
|
|
|
|
|
.input-group { |
|
|
|
|
|
margin-bottom: 1px !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* PDA容器样式 */ |
|
|
/* PDA容器样式 */ |
|
|
.pda-container { |
|
|
.pda-container { |
|
|
width: 100vw; |
|
|
width: 100vw; |
|
|
|