ref 对账改造

This commit is contained in:
DaxPay
2024-05-04 18:53:31 +08:00
parent abb2056893
commit b411026ab3

View File

@@ -27,7 +27,7 @@
<a-tag>{{ dictConvert('PayChannel', row.channel) }}</a-tag>
</template>
</vxe-column>
<vxe-column field="down" title="下载或上传">
<vxe-column field="down" title="下载或上传" min-width="100">
<template #default="{ row }">
<template v-if="row.down">
<a-tag v-if="row.down" color="green">已完成</a-tag>