完成了工单详情的渲染
This commit is contained in:
@@ -215,7 +215,7 @@ defineExpose({
|
|||||||
<div>
|
<div>
|
||||||
<span :style="{ color: '#a8abb2' }">{{ info.callIdNumber
|
<span :style="{ color: '#a8abb2' }">{{ info.callIdNumber
|
||||||
}}</span>
|
}}</span>
|
||||||
<!-- <PointTag dictType="call_status" :value="info.callState" /> -->
|
<PointTag dictType="call_status" :value="info.callState" />
|
||||||
<span :style="{
|
<span :style="{
|
||||||
color: info.callState === '通话中' ? '#6cc23a' : '#409eff'
|
color: info.callState === '通话中' ? '#6cc23a' : '#409eff'
|
||||||
}">{{ info.callState }}</span>
|
}">{{ info.callState }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user