generated from Leo_Ding/web-template
Merge branch 'master' of https://gitlab.guxuan.icu/Leo_Ding/hahaPension_admin
This commit is contained in:
commit
5ab7ac4081
@ -12,7 +12,8 @@
|
|||||||
<span>{{ record.directionType === 'Transfer' ? '转出' : '去世' }}</span>
|
<span>{{ record.directionType === 'Transfer' ? '转出' : '去世' }}</span>
|
||||||
</template>
|
</template>
|
||||||
<template v-if="'passWayAt' === column.key">
|
<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>
|
||||||
</template>
|
</template>
|
||||||
</a-table>
|
</a-table>
|
||||||
|
|||||||
@ -135,7 +135,7 @@ const handleTabChange = async (key) => {
|
|||||||
case '联络历史':
|
case '联络历史':
|
||||||
case '操作记录':
|
case '操作记录':
|
||||||
case '转入转出记录':
|
case '转入转出记录':
|
||||||
|
formData.value = { customerId: recordId.value };
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user