master
2358328281@qq.com 2 months ago
parent 056acd48b5
commit 8d0e2f44f5

@ -90,7 +90,7 @@
placement="top"> placement="top">
<div class="log-title">{{ log.toStatus }} · {{ log.operator }}</div> <div class="log-title">{{ log.toStatus }} · {{ log.operator }}</div>
<div class="remark-wrap" style="display: flex; align-items: start;"> <div class="remark-wrap" style="display: flex; align-items: start;">
<div class="remark-title" style="font-weight: 600;color:var(--el-text-color-primary);">处理备注 <div class="remark-title" style="font-weight: 600;color:var(--el-text-color-primary);white-space: nowrap;flex:0;">处理备注
</div> </div>
<div class="log-remark" v-html="log.remark"></div> <div class="log-remark" v-html="log.remark"></div>
</div> </div>
@ -409,6 +409,12 @@ watch(
.remark-wrap { .remark-wrap {
color: #606266; color: #606266;
margin-top: 4px; margin-top: 4px;
.log-remark {
img {
max-width: 100%;
}
}
} }
.preview-iframe { .preview-iframe {

@ -380,10 +380,10 @@ const loadDetail = async (overrideId) => {
// }], // }],
}) })
const issueTypeBgMap = { const issueTypeBgMap = {
'系统故障': 'linear-gradient( 90deg, #639FFF 0%, #3289FB 100%)', '故障问题': 'linear-gradient( 90deg, #639FFF 0%, #3289FB 100%)',
'使用咨询': 'linear-gradient( 90deg, #65D6DA 0%, #00C8B3 100%)', '使用咨询': 'linear-gradient( 90deg, #65D6DA 0%, #00C8B3 100%)',
'功能需求': 'linear-gradient( 90deg, #90CD88 0%, #34C759 100%)', '功能需求': 'linear-gradient( 90deg, #90CD88 0%, #34C759 100%)',
'数据问题': 'linear-gradient( 90deg, #B5A1FF 0%, #6155F5 100%)' '其他': 'linear-gradient( 90deg, #B5A1FF 0%, #6155F5 100%)'
} }
const total = detail.value.issueTypeData.reduce(((accumulator, item) => { const total = detail.value.issueTypeData.reduce(((accumulator, item) => {
return accumulator + item.count return accumulator + item.count

Loading…
Cancel
Save