style 样式优化

This commit is contained in:
DaxPay
2024-09-05 20:03:45 +08:00
parent 7f61e569ad
commit c55fab07e0
5 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
</template>
</vxe-column>
<vxe-column field="title" title="标题" :min-width="230" />
<vxe-column field="channel" title="支付通道" :min-width="120">
<vxe-column field="channel" title="支付通道" :min-width="150">
<template #default="{ row }">
{{ dictConvert('channel', row.channel) }}
</template>

View File

@@ -44,7 +44,7 @@
</a>
</template>
</vxe-column>
<vxe-column field="channel" title="支付通道" :min-width="120">
<vxe-column field="channel" title="支付通道" :min-width="150">
<template #default="{ row }">
{{ dictConvert('channel', row.channel) }}
</template>

View File

@@ -30,7 +30,7 @@
</template>
</vxe-column>
<vxe-column field="outTradeNo" title="通道交易号" :min-width="230" />
<vxe-column field="channel" title="支付通道" :min-width="100">
<vxe-column field="channel" title="支付通道" :min-width="150">
<template #default="{ row }">
<a-tag>{{ dictConvert('channel', row.channel) || '无' }}</a-tag>
</template>

View File

@@ -40,7 +40,7 @@
<a-tag v-else color="red">失败</a-tag>
</template>
</vxe-column>
<vxe-column field="channel" title="支付通道" :min-width="100">
<vxe-column field="channel" title="支付通道" :min-width="150">
<template #default="{ row }">
{{ dictConvert('channel', row.channel) }}
</template>

View File

@@ -34,7 +34,7 @@
<a-tag>{{ dictConvert('trade_type', row.tradeType) }}</a-tag>
</template>
</vxe-column>
<vxe-column field="channel" title="同步通道" :min-width="100">
<vxe-column field="channel" title="同步通道" :min-width="150">
<template #default="{ row }">
<a-tag>{{ dictConvert('channel', row.channel) }}</a-tag>
</template>