| | |
| | | <a-descriptions-item label="工段"> |
| | | {{equipmentInfo.workShopName|equipmentInfoDisplay}} |
| | | </a-descriptions-item> |
| | | <a-descriptions-item label="操作工"> |
| | | {{operationCertificateInfo.realname|equipmentInfoDisplay}} |
| | | </a-descriptions-item> |
| | | <a-descriptions-item label="设备状态"> |
| | | {{equipmentInfo.equipmentStatus|equipmentInfoDisplay}} |
| | | </a-descriptions-item> |
| | |
| | | <dv-border-box-11 title="操作证信息" class="info-container" style="flex:2;"> |
| | | <a-descriptions :column="1"> |
| | | <a-descriptions-item label="操作证编号"> |
| | | {{operationCertificateInfo.num|equipmentInfoDisplay}} |
| | | <a-tooltip> |
| | | <template slot="title"> |
| | | {{operationCertificateInfo.num|equipmentInfoDisplay}} |
| | | </template> |
| | | {{operationCertificateInfo.num|equipmentInfoDisplay}} |
| | | </a-tooltip> |
| | | </a-descriptions-item> |
| | | <a-descriptions-item label="当前周期分数"> |
| | | {{operationCertificateInfo.currentCycleScore|equipmentInfoDisplay}} |
| | | </a-descriptions-item> |
| | | <a-descriptions-item label="发证日期"> |
| | | {{operationCertificateInfo.issueDate|equipmentInfoDisplay}} |
| | | <a-descriptions-item label="发证/截止日期"> |
| | | <a-tooltip> |
| | | <template slot="title" v-if="operationCertificateInfo.issueDate||operationCertificateInfo.endTime"> |
| | | {{operationCertificateInfo.issueDate|equipmentInfoDisplay}}/{{operationCertificateInfo.endTime|equipmentInfoDisplay}} |
| | | </template> |
| | | {{operationCertificateInfo.issueDate|equipmentInfoDisplay}}/{{operationCertificateInfo.endTime|equipmentInfoDisplay}} |
| | | </a-tooltip> |
| | | </a-descriptions-item> |
| | | <a-descriptions-item label="周期截止日期"> |
| | | {{operationCertificateInfo.endTime|equipmentInfoDisplay}} |
| | | <a-descriptions-item label="操作工"> |
| | | {{operationCertificateInfo.realname|equipmentInfoDisplay}} |
| | | </a-descriptions-item> |
| | | </a-descriptions> |
| | | </dv-border-box-11> |
| | |
| | | <dv-border-box-11 title="维护信息" class="info-container" style="flex:2;"> |
| | | <a-descriptions :column="1"> |
| | | <a-descriptions-item label="下次三保日期"> |
| | | {{equipmentInfo.nextThirdMaintenanceTime|equipmentInfoDisplay}} |
| | | <a-tooltip> |
| | | <template slot="title" v-if="equipmentInfo.nextThirdMaintenanceTime"> |
| | | {{equipmentInfo.nextThirdMaintenanceTime}} |
| | | </template> |
| | | {{equipmentInfo.nextThirdMaintenanceTime|equipmentInfoDisplay}} |
| | | </a-tooltip> |
| | | </a-descriptions-item> |
| | | <a-descriptions-item label="下次二保日期"> |
| | | {{equipmentInfo.nextSecondMaintenanceTime|equipmentInfoDisplay}} |
| | | <a-tooltip> |
| | | <template slot="title" v-if="equipmentInfo.nextSecondMaintenanceTime"> |
| | | {{equipmentInfo.nextSecondMaintenanceTime|equipmentInfoDisplay}} |
| | | </template> |
| | | {{equipmentInfo.nextSecondMaintenanceTime|equipmentInfoDisplay}} |
| | | </a-tooltip> |
| | | </a-descriptions-item> |
| | | <a-descriptions-item label="技术状态"> |
| | | {{equipmentInfo.technology_status|equipmentInfoDisplay}} |
| | |
| | | <div style="display: flex;justify-content:space-evenly;flex: 1"> |
| | | <div style="width: 45%;" class="info-card-container"> |
| | | <div class="info-card-title">本月报修次数</div> |
| | | <div class="info-card-value" style="color: #EAC910">{{equipmentInfo.repairCount|equipmentInfoDisplay}}</div> |
| | | <div class="info-card-value" style="color: #EAC910">{{equipmentInfo.repairCount|equipmentInfoDisplay}} |
| | | </div> |
| | | </div> |
| | | |
| | | <div style="width: 45%;" class="info-card-container"> |
| | |
| | | // 主标题文本样式 |
| | | fontSize: 18, |
| | | fontWeight: 'normal', |
| | | color: '#1AD8DE', |
| | | color: '#1AD8DE' |
| | | } |
| | | }, |
| | | tooltip: { |
| | |
| | | padding-bottom: 25px; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | -ms-text-overflow: ellipsis; |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | /deep/ .ant-descriptions-item-label, /deep/ .ant-descriptions-item-content { |