generated from Leo_Ding/web-template
修改bug
This commit is contained in:
parent
e2ddb86645
commit
b44825ffd7
@ -12,7 +12,8 @@
|
||||
<span>{{ record.directionType === 'Transfer' ? '转出' : '去世' }}</span>
|
||||
</template>
|
||||
<template v-if="'passWayAt' === column.key">
|
||||
<span>{{dayjs(record.passWayAt).format('YYYY-MM-DD')}}</span>
|
||||
<span v-if="record.passWayAt">{{dayjs(record.passWayAt).format('YYYY-MM-DD')||'-'}}</span>
|
||||
<span>-</span>
|
||||
</template>
|
||||
</template>
|
||||
</a-table>
|
||||
|
||||
@ -135,7 +135,7 @@ const handleTabChange = async (key) => {
|
||||
case '联络历史':
|
||||
case '操作记录':
|
||||
case '转入转出记录':
|
||||
|
||||
formData.value = { customerId: recordId.value };
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user