fix: 修改工单列表和详情字段显示

This commit is contained in:
dj
2024-11-24 22:02:01 +08:00
parent 1c530ad640
commit 1e4433c2a9
6 changed files with 155 additions and 99 deletions

View File

@@ -179,12 +179,14 @@ const inputOrderTime = (item, index) => {
}
const inputOrderContent = (contentState) => {
console.log('contentState',contentState)
contentState.map((item, index) => {
inputOrderTime(item, index)
})
contentState.forEach(item => {
orderContent.value.push(item)
})
// contentState.forEach(item => {
// orderContent.value.push(item)
// })
}
const openRecord = () => {
@@ -241,8 +243,8 @@ defineExpose({
<span>处理人{{ rowData.operationUser || '--' }}</span>
</div>
<div class="info">
<span>工单名称{{ rowData.orderName || '--' }}</span>
<span>关单人{{ rowData.knotter || '--' }}</span>
<span>拨打单位{{ rowData.alarmUnit || '--' }}</span>
<span>拨打对象{{ rowData.alarmObject || '--' }}</span>
</div>
</div>
<div class="body">